Module.fromPointer constructor

Module.fromPointer(
  1. mnn_module_t ptr, {
  2. bool attach = true,
  3. int? externalSize,
})

Implementation

Module.fromPointer(C.mnn_module_t ptr, {super.attach, super.externalSize}) : super(ptr.cast());