Function TRITONSERVER_InferenceTraceModelVersion

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.