Click or drag to resize

XNNPackDelegate Constructor (Int32)

https://www.emgu.com
Initializes a new instance of the XNNPackDelegate class with the specified number of threads.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public XNNPackDelegate(
	int numThreads
)

Parameters

numThreads
Type: SystemInt32
The number of threads to be used by the XNNPack delegate.
See Also