|
HDK
|
#include <SOP_ONNX.proto.h>
Public Member Functions | |
| Inputs () | |
| bool | operator== (const Inputs &src) const |
| bool | operator!= (const Inputs &src) const |
Public Attributes | |
| UT_StringHolder | input_name |
| int64 | input_dtype |
| UT_Matrix3D | input_shape |
| int64 | input_type |
| int64 | input_volorder |
| bool | input_channelfirst |
| UT_StringHolder | input_data |
Definition at line 181 of file SOP_ONNX.proto.h.
|
inline |
Definition at line 192 of file SOP_ONNX.proto.h.
|
inline |
Definition at line 216 of file SOP_ONNX.proto.h.
|
inline |
Definition at line 204 of file SOP_ONNX.proto.h.
| bool SOP_ONNXParms::Inputs::input_channelfirst |
Definition at line 188 of file SOP_ONNX.proto.h.
| UT_StringHolder SOP_ONNXParms::Inputs::input_data |
Definition at line 189 of file SOP_ONNX.proto.h.
| int64 SOP_ONNXParms::Inputs::input_dtype |
Definition at line 184 of file SOP_ONNX.proto.h.
| UT_StringHolder SOP_ONNXParms::Inputs::input_name |
Definition at line 183 of file SOP_ONNX.proto.h.
| UT_Matrix3D SOP_ONNXParms::Inputs::input_shape |
Definition at line 185 of file SOP_ONNX.proto.h.
| int64 SOP_ONNXParms::Inputs::input_type |
Definition at line 186 of file SOP_ONNX.proto.h.
| int64 SOP_ONNXParms::Inputs::input_volorder |
Definition at line 187 of file SOP_ONNX.proto.h.