RuntimeManager.fromPointer constructor

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

Implementation

RuntimeManager.fromPointer(C.mnn_runtime_manager_t ptr, {super.attach, super.externalSize})
  : super(ptr.cast());