Function tract::tract_nnef_write_model_to_tar

source ·
#[no_mangle]
pub unsafe extern "C" fn tract_nnef_write_model_to_tar(
    nnef: *const TractNnef,
    path: *const c_char,
    model: *const TractModel
) -> TRACT_RESULT
Expand description

Dump a TypedModel as a NNEF tar file.

path is a null-terminated utf-8 string pointer to the .tar file to be created.

This function creates a plain, non-compressed, archive.