Function tract::tract_nnef_create

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

Creates an instance of an NNEF framework and parser that can be used to load and dump NNEF models.

The returned object should be destroyed with tract_nnef_destroy once the model has been loaded.