- CreateKernel
void* function(OrtCustomOp* op, const(OrtApi)* api, const(OrtKernelInfo)* info) CreateKernel;
Undocumented in source.
- GetExecutionProviderType
const(char)* function(OrtCustomOp* op) GetExecutionProviderType;
Undocumented in source.
- GetInputType
ONNXTensorElementDataType function(OrtCustomOp* op, size_t index) GetInputType;
Undocumented in source.
- GetInputTypeCount
size_t function(OrtCustomOp* op) GetInputTypeCount;
Undocumented in source.
- GetName
const(char)* function(OrtCustomOp* op) GetName;
Undocumented in source.
- GetOutputType
ONNXTensorElementDataType function(OrtCustomOp* op, size_t index) GetOutputType;
Undocumented in source.
- GetOutputTypeCount
size_t function(OrtCustomOp* op) GetOutputTypeCount;
Undocumented in source.
- KernelCompute
void function(void* op_kernel, OrtKernelContext* context) KernelCompute;
Undocumented in source.
- KernelDestroy
void function(void* op_kernel) KernelDestroy;
Undocumented in source.
- version_
uint version_;
Undocumented in source.