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.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntax
public void SetNumThreads(
	int numThreads
)

Parameters

numThreads
Type: SystemInt32
The number of threads
See Also