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