12 #if !defined(ORT_MINIMAL_BUILD)
16 namespace onnxruntime {
25 #
if !defined(ORT_MINIMAL_BUILD)
45 #if !defined(ORT_MINIMAL_BUILD)
47 int baseline_opset_version,
int opset_version);
54 std::shared_ptr<KernelRegistry> kernel_registry_;
55 #if !defined(ORT_MINIMAL_BUILD)
56 std::shared_ptr<onnxruntime::OnnxRuntimeOpSchemaRegistry> opschema_registry_;
const std::shared_ptr< KernelRegistry > & GetKernelRegistry()
GLsizei const GLchar *const * string
common::Status RegisterOpSet(std::vector< ONNX_NAMESPACE::OpSchema > &schemas, const std::string &domain, int baseline_opset_version, int opset_version)
const std::shared_ptr< onnxruntime::OnnxRuntimeOpSchemaRegistry > & GetOpschemaRegistry()
common::Status RegisterCustomKernel(KernelDefBuilder &kernel_def_builder, const KernelCreateFn &kernel_creator)
std::function< Status(FuncManager &func_mgr, const OpKernelInfo &info, std::unique_ptr< OpKernel > &out)> KernelCreateFn