tfLiteInterpreterOptionsSetNumThreads property
void Function(Pointer<Void> options, int numThreads)
tfLiteInterpreterOptionsSetNumThreads
latefinal
Implementation
late final void Function(Pointer<Void> options, int numThreads)
tfLiteInterpreterOptionsSetNumThreads = _lib
.lookup<NativeFunction<Void Function(Pointer<Void>, Int32)>>(
'TfLiteInterpreterOptionsSetNumThreads')
.asFunction();