Function mnn::ffi::Interpreter_createFromFile

source ยท
pub unsafe extern "C" fn Interpreter_createFromFile(
    file: *const i8,
) -> *mut Interpreter
Expand description

@brief create net from file. @param file given file. @return created net if success, NULL otherwise.