threads property

set threads (int threads)

Sets the number of CPU threads to use.

Implementation

set threads(int threads) =>
    tfLiteInterpreterOptionsSetNumThreads(_options, threads);