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)
Syntaxpublic void UseNNAPI(
bool enable
)
Public Sub UseNNAPI (
enable As Boolean
)
public:
void UseNNAPI(
bool enable
)
member UseNNAPI :
enable : bool -> unit
Parameters
- enable
- Type: SystemBoolean
If true, enable the NN API (Android Neural Network API). If false, disable it.
See Also