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
Syntaxpublic XNNPackDelegate(
int numThreads
)
Public Sub New (
numThreads As Integer
)
public:
XNNPackDelegate(
int numThreads
)
new :
numThreads : int -> XNNPackDelegate
Parameters
- numThreads
- Type: SystemInt32
The number of threads to be used by the XNNPack delegate.
See Also