Function TRITONSERVER_InferenceTraceId¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_InferenceTraceId
(TRITONSERVER_InferenceTrace *trace, uint64_t *id)¶ Get the id associated with a trace.
Every trace is assigned an id that is unique across all traces created for a Triton server.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
trace
: The trace.id
: Returns the id associated with the trace.