Function tract::tract_onnx_destroy

source ยท
#[no_mangle]
pub unsafe extern "C" fn tract_onnx_destroy(
    onnx: *mut *mut TractOnnx
) -> TRACT_RESULT
Expand description

Destroy the NNEF parser. It is safe to detroy the NNEF parser once the model had been loaded.