Click or drag to resize

InterpreterSetNumThreads Method

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

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

Parameters

numThreads
Type: SystemInt32
The number of threads
See Also