We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296ad4 commit 4684e40Copy full SHA for 4684e40
tensorflow/lite/interpreter.h
@@ -364,7 +364,11 @@ class Interpreter {
364
/// Returns status of success or failure.
365
TfLiteStatus Invoke();
366
367
- /// Enable or disable the NN API (true to enable)
+ /// Enable or disable NNAPI (true to enable). Disabled by default.
368
+ ///
369
+ /// WARNING: NNAPI cannot be disabled after the graph has been prepared
370
+ /// (via `AllocateTensors`) with NNAPI enabled.
371
372
/// NOTE: This API is deprecated, prefer using the NNAPI delegate directly.
373
/// This method will be removed in a future release.
374
void UseNNAPI(bool enable);
0 commit comments