HDK
|
#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_ {} |
Definition at line 1013 of file onnxruntime_lite_custom_op.h.
std::unique_ptr<CustomOp> Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::custom_op_ |
Definition at line 1016 of file onnxruntime_lite_custom_op.h.
std::string Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::ep_ {} |
Definition at line 1017 of file onnxruntime_lite_custom_op.h.
size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_input_ {} |
Definition at line 1014 of file onnxruntime_lite_custom_op.h.
size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_output_ {} |
Definition at line 1015 of file onnxruntime_lite_custom_op.h.