Function TRITONSERVER_InferenceTraceModelVersion¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_InferenceTraceModelVersion
(TRITONSERVER_InferenceTrace *trace, int64_t *model_version)¶ Get the version of the model associated with a trace.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
trace
: The trace.model_version
: Returns the version of the model associated with the trace.