Function TRITONSERVER_InferenceResponseDelete¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_InferenceResponseDelete
(TRITONSERVER_InferenceResponse *inference_response)¶ TRITONSERVER_InferenceResponse.
Object representing an inference response. The inference response provides the meta-data and output tensor values calculated by the inference.Delete an inference response object.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
inference_response
: The response object.