Function TRITONSERVER_InferenceRequestRemoveAllInputData

Function Documentation

TRITONSERVER_Error *TRITONSERVER_InferenceRequestRemoveAllInputData(TRITONSERVER_InferenceRequest *inference_request, const char *name)

Clear all input data from an input, releasing ownership of the buffer(s) that were appended to the input with TRITONSERVER_InferenceRequestAppendInputData.

Parameters
  • inference_request: The request object.

  • name: The name of the input.