Function TRITONSERVER_DataTypeString¶
Defined in File tritonserver.h
Function Documentation¶
-
const char *
TRITONSERVER_DataTypeString
(TRITONSERVER_DataType datatype)¶ Get the string representation of a data type.
The returned string is not owned by the caller and so should not be modified or freed.
- Return
The string representation of the data type.
- Parameters
datatype
: The data type.