Click or drag to resize

InterpreterUseNNAPI Method

http://www.emgu.com
Enable or disable the NN API (Android Neural Network API)

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.4.1.1202
Syntax
public void UseNNAPI(
	bool enable
)

Parameters

enable
Type: SystemBoolean
If true, enable the NN API (Android Neural Network API). If false, disable it.
See Also