Function TRITONSERVER_InferenceRequestRemoveRequestedOutput¶
Defined in File tritonserver.h
Function Documentation¶
-
TRITONSERVER_Error *
TRITONSERVER_InferenceRequestRemoveRequestedOutput
(TRITONSERVER_InferenceRequest *inference_request, const char *name)¶ Remove an output request from an inference request.
- Return
a TRITONSERVER_Error indicating success or failure.
- Parameters
inference_request
: The request object.name
: The name of the output.