pub unsafe extern "C" fn tract_nnef_create(
nnef: *mut *mut TractNnef,
) -> TRACT_RESULTExpand 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.