HDK
|
#include <onnxruntime_lite_custom_op.h>
Public Member Functions | |
ArgBase (OrtKernelContext *ctx, size_t indice, bool is_input) | |
virtual | ~ArgBase () |
Protected Attributes | |
struct KernelContext | ctx_ |
size_t | indice_ |
bool | is_input_ |
Definition at line 27 of file onnxruntime_lite_custom_op.h.
|
inline |
Definition at line 29 of file onnxruntime_lite_custom_op.h.
|
inlinevirtual |
Definition at line 32 of file onnxruntime_lite_custom_op.h.
|
protected |
Definition at line 35 of file onnxruntime_lite_custom_op.h.
|
protected |
Definition at line 36 of file onnxruntime_lite_custom_op.h.
|
protected |
Definition at line 37 of file onnxruntime_lite_custom_op.h.