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

Parameters

numThreads
Type: SystemInt32
The number of threads
See Also