OrtCustomOp

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

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.

Meta