HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SOP_ONNXEnums Namespace Reference

Enumerations

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_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 (Input_type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Input_volorder enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Output_type enum_value)
 
SYS_FORCE_INLINE UT_StringHolder getToken (Output_volorder enum_value)
 

Enumeration Type Documentation

Enumerator
VOLUME 
DETAIL 
POINT 
PRIM 

Definition at line 25 of file SOP_ONNX.proto.h.

Enumerator
ZYX 
XYZ 

Definition at line 46 of file SOP_ONNX.proto.h.

Enumerator
VOLUME 
DETAIL 
POINT 

Definition at line 63 of file SOP_ONNX.proto.h.

Enumerator
ZYX 
XYZ 

Definition at line 82 of file SOP_ONNX.proto.h.

Function Documentation

SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken ( Input_type  enum_value)

Definition at line 34 of file SOP_ONNX.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken ( Input_volorder  enum_value)

Definition at line 53 of file SOP_ONNX.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken ( Output_type  enum_value)

Definition at line 71 of file SOP_ONNX.proto.h.

SYS_FORCE_INLINE UT_StringHolder SOP_ONNXEnums::getToken ( Output_volorder  enum_value)

Definition at line 89 of file SOP_ONNX.proto.h.