Click or drag to resize

InterpreterSetNumThreads Method

https://www.emgu.com
Set the number of threads available to the interpreter.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
Syntax
public void SetNumThreads(
	int numThreads
)

Parameters

numThreads
Type: SystemInt32
The number of threads
See Also