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.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
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