Function executorch_sys::torch::executor::Module_load

source ยท
pub unsafe extern "C" fn Module_load(
    this: *mut Module,
    verification: Program_Verification,
) -> Error
Expand description

Loads the program using the specified data loader and memory allocator.

@param[in] verification The type of verification to do before returning success.

@returns An Error to indicate success or failure of the loading process.