Function TRITONSERVER_InferenceTraceLevelString

Function Documentation

const char *TRITONSERVER_InferenceTraceLevelString(TRITONSERVER_InferenceTraceLevel level)

Get the string representation of a trace level.

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

Return

The string representation of the trace level.

Parameters
  • level: The trace level.