static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceReportResponseStatistics(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics)
Record statistics for an inference response.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsDelete(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics)
Delete an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsNew(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics) |
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetComputeOutputStart(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
long compute_output_start)
Set compute output start time to an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetError(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
TRITONSERVER_Error error)
Set error to an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetModelInstance(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
TRITONBACKEND_ModelInstance model_instance)
Set model instance to an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetResponseEnd(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
long response_end)
Set response end time to an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetResponseFactory(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
TRITONBACKEND_ResponseFactory response_factory)
Set response factory to an inference response statistics object.
|
static TRITONSERVER_Error |
tritonserver.TRITONBACKEND_ModelInstanceResponseStatisticsSetResponseStart(TRITONBACKEND_ModelInstanceResponseStatistics response_statistics,
long response_start)
Set response start time to an inference response statistics object.
|