Function TRITONSERVER_DataTypeString

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.