aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-05-13 12:49:59 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2019-05-13 12:52:29 +0100
commita3e23ca280eaf119e559869fee19d58cc4497e8d (patch)
tree198e907605848405b9670f796d9897842fac6756
parent2fc21f7f64ba0538add9b5f384661e8b28dd1acb (diff)
downloadandroid-nn-driver-a3e23ca280eaf119e559869fee19d58cc4497e8d.tar.gz
Fix incorrect docs on API support level
Change-Id: Ib4371a5c99c40b6c61b7ba64b165cec768cc3c0d Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
-rw-r--r--NnapiSupport.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/NnapiSupport.txt b/NnapiSupport.txt
index 0f62da7e..c8f77e5f 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -1,7 +1,7 @@
------ ArmNN for Android NNAPI supported operations ------
-This release of ArmNN for Android supports use as a driver for the Android Neural Networks API. It implements the android.hardware.neuralnetworks@1.0 interface.
-android.hardware.neuralnetworks@1.1 models available in Android P can be executed if they return true from the utility method compliantWithV1_0(model).
+This release of ArmNN for Android supports use as a driver for the Android Neural Networks API. It implements the
+android.hardware.neuralnetworks@1.0 and android.hardware.neuralnetworks@1.1 HAL interfaces.
For more information on the Android Neural Networks API, see https://developer.android.com/ndk/guides/neuralnetworks/index.html