Function tract::tract_nnef_write_model_to_tar_gz

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

Dump a TypedModel as a NNEF .tar.gz file.

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