Executor.fromPointer constructor

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

Implementation

Executor.fromPointer(C.mnn_executor_t ptr, {super.attach, super.externalSize}) : super(ptr.cast());