InterpreterUseNNAPI Method |
http://www.emgu.com
Enable or disable the NN API (Android Neural Network API)
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
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