Function TRITONSERVER_ParameterTypeString

Function Documentation

const char *TRITONSERVER_ParameterTypeString(TRITONSERVER_ParameterType paramtype)

Get the string representation of a parmeter type.

The returned string is not owned by the caller and so should not be modified or freed.

Return

The string representation of the parameter type.

Parameters
  • paramtype: The parameter type.