Typedef TRITONSERVER_InferenceResponseCompleteFn_t

Typedef Documentation

typedef void (*TRITONSERVER_InferenceResponseCompleteFn_t)(TRITONSERVER_InferenceResponse *response, void *userp)

Type for callback function indicating that an inference response has completed.

The callback function takes ownership of the TRITONSERVER_InferenceResponse object. The ‘userp’ data is the same as what is supplied in the call to TRITONSERVER_ServerInferAsync.