Typedef TRITONSERVER_InferenceTraceReleaseFn_t¶
Defined in File tritonserver.h
Typedef Documentation¶
-
typedef void (*
TRITONSERVER_InferenceTraceReleaseFn_t
)(TRITONSERVER_InferenceTrace *trace, void *userp)¶ Type for trace release callback function.
This callback function is called when all activity for the trace has completed. The callback function takes ownership of the TRITONSERVER_InferenceTrace object. The ‘userp’ data is the same as what is supplied in the call to TRITONSERVER_InferenceTraceNew.