threads property
set
threads
(int threads)
Sets the number of CPU threads to use.
Implementation
set threads(int threads) =>
tfLiteInterpreterOptionsSetNumThreads(_options, threads);
Sets the number of CPU threads to use.
set threads(int threads) =>
tfLiteInterpreterOptionsSetNumThreads(_options, threads);