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
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