|
HDK
|
Enumerations | |
| enum | BatchMode { BatchMode::UNIFORM = 0, BatchMode::DYNAMIC } |
| enum | Input_dtype { Input_dtype::FLOAT32 = 0, Input_dtype::FLOAT16, Input_dtype::INT32, Input_dtype::INT8, Input_dtype::UINT8, Input_dtype::INT64, Input_dtype::FLOAT64, Input_dtype::BOOL } |
| enum | Input_type { Input_type::VOLUME = 0, Input_type::DETAIL, Input_type::POINT, Input_type::PRIM } |
| enum | Input_volorder { Input_volorder::ZYX = 0, Input_volorder::XYZ } |
| enum | Output_dtype { Output_dtype::FLOAT32 = 0, Output_dtype::FLOAT16, Output_dtype::INT32, Output_dtype::INT8, Output_dtype::UINT8, Output_dtype::INT64, Output_dtype::FLOAT64, Output_dtype::BOOL } |
| enum | Output_type { Output_type::VOLUME = 0, Output_type::DETAIL, Output_type::POINT } |
| enum | Output_volorder { Output_volorder::ZYX = 0, Output_volorder::XYZ } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (BatchMode enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Input_dtype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Input_type enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Input_volorder enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Output_dtype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Output_type enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Output_volorder enum_value) |
|
strong |
| Enumerator | |
|---|---|
| UNIFORM | |
| DYNAMIC | |
Definition at line 25 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| FLOAT32 | |
| FLOAT16 | |
| INT32 | |
| INT8 | |
| UINT8 | |
| INT64 | |
| FLOAT64 | |
| BOOL | |
Definition at line 42 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| VOLUME | |
| DETAIL | |
| POINT | |
| PRIM | |
Definition at line 71 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| ZYX | |
| XYZ | |
Definition at line 92 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| FLOAT32 | |
| FLOAT16 | |
| INT32 | |
| INT8 | |
| UINT8 | |
| INT64 | |
| FLOAT64 | |
| BOOL | |
Definition at line 109 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| VOLUME | |
| DETAIL | |
| POINT | |
Definition at line 138 of file SOP_ONNX.proto.h.
|
strong |
| Enumerator | |
|---|---|
| ZYX | |
| XYZ | |
Definition at line 157 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | BatchMode | enum_value | ) |
Definition at line 32 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Input_dtype | enum_value | ) |
Definition at line 55 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Input_type | enum_value | ) |
Definition at line 80 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Input_volorder | enum_value | ) |
Definition at line 99 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Output_dtype | enum_value | ) |
Definition at line 122 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Output_type | enum_value | ) |
Definition at line 146 of file SOP_ONNX.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken | ( | Output_volorder | enum_value | ) |
Definition at line 164 of file SOP_ONNX.proto.h.