Function executorch_sys::torch::executor::Module_Module1
source ยท pub unsafe extern "C" fn Module_Module1(
this: *mut Module,
data_loader: u64,
memory_allocator: u64,
event_tracer: u64,
)Expand description
Constructs an instance with the provided data loader and memory allocator.
@param[in] data_loader A DataLoader used for loading program data. @param[in] memory_allocator A MemoryAllocator used for memory management. @param[in] event_tracer A EventTracer used for tracking and logging events.