Function TRITONSERVER_InferenceResponseOutputCount¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_InferenceResponseOutputCount
(TRITONSERVER_InferenceResponse *inference_response, uint32_t *count)¶ Get the number of outputs available in the response.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
inference_response
: The response object.count
: Returns the number of output tensors.