|
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 1018 of file onnxruntime_lite_custom_op.h.
| std::unique_ptr<CustomOp> Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::custom_op_ |
Definition at line 1021 of file onnxruntime_lite_custom_op.h.
| std::string Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::ep_ {} |
Definition at line 1022 of file onnxruntime_lite_custom_op.h.
| size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_input_ {} |
Definition at line 1019 of file onnxruntime_lite_custom_op.h.
| size_t Ort::Custom::OrtLiteCustomStruct< CustomOp >::Kernel::num_output_ {} |
Definition at line 1020 of file onnxruntime_lite_custom_op.h.