Skip to main content

trtLogCallback

Type Alias trtLogCallback 

Source
pub type trtLogCallback = unsafe extern "C" fn(severity: trtSeverity_t, msg: *const c_char, user: *mut c_void);
Expand description

Logger callback signature (matches nvinfer1::ILogger::log).