Function tract::tract_nnef_destroy

source ยท
#[no_mangle]
pub unsafe extern "C" fn tract_nnef_destroy(
    nnef: *mut *mut TractNnef
) -> TRACT_RESULT
Expand description

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