threads property

void threads=(int threads)

Sets the number of CPU threads to use.

Implementation

set threads(int threads) =>
    tfliteBinding.TfLiteInterpreterOptionsSetNumThreads(_options, threads);