HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
kernel_registry.h File Reference
#include <string_view>
#include "core/framework/op_kernel.h"
+ Include dependency graph for kernel_registry.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  onnxruntime::KernelRegistry
 

Namespaces

 onnxruntime
 

Typedefs

using onnxruntime::KernelCreateMap = std::multimap< std::string, KernelCreateInfo >
 
using onnxruntime::KernelDefHashes = std::vector< std::pair< std::string, HashValue >>