HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel Struct Reference

#include <onnxruntime_lite_custom_op.h>

Public Attributes

size_t num_input_ {}
 
size_t num_output_ {}
 
std::unique_ptr< CustomOp > custom_op_
 
std::string ep_ {}
 

Detailed Description

template<typename CustomOp>
struct Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel

Definition at line 1013 of file onnxruntime_lite_custom_op.h.

Member Data Documentation

template<typename CustomOp >
std::unique_ptr<CustomOp> Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::custom_op_

Definition at line 1016 of file onnxruntime_lite_custom_op.h.

template<typename CustomOp >
std::string Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::ep_ {}

Definition at line 1017 of file onnxruntime_lite_custom_op.h.

template<typename CustomOp >
size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_input_ {}

Definition at line 1014 of file onnxruntime_lite_custom_op.h.

template<typename CustomOp >
size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_output_ {}

Definition at line 1015 of file onnxruntime_lite_custom_op.h.


The documentation for this struct was generated from the following file: