Function TRTSERVER_InferenceRequestOptionsAddOutput

Function Documentation

TRTSERVER_Error *TRTSERVER_InferenceRequestOptionsAddOutput(TRTSERVER_InferenceRequestOptions *request_options, const char *output_name)

Request the raw data of the specified output to be returned for requests associated with the request options.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • request_options: The request options object.

  • output_name: The name of the output.