Function TRITONSERVER_InferenceResponseParameterCount

Function Documentation

TRITONSERVER_Error *TRITONSERVER_InferenceResponseParameterCount(TRITONSERVER_InferenceResponse *inference_response, uint32_t *count)

Get the number of parameters available in the response.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • inference_response: The response object.

  • count: Returns the number of parameters.