aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-06-14 15:51:39 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-06-18 12:56:54 +0000
commit56df76c70c705bda58adf0664cec331d94c04046 (patch)
tree23623919ba558614a941b12d11fcd3d86ea29bde /NnapiSupport.txt
parent24e699df66889d43fd84906b4795caf6fa2d7138 (diff)
downloadandroid-nn-driver-56df76c70c705bda58adf0664cec331d94c04046.tar.gz
IVGCVSW-3189 NNAPI Documentation Update
* Added android.hardware.neuralnetworks@1.2 HAL interface to the list of implemented interfaces. Change-Id: I9c0114b589602ace69c69464dd7ac600a777ba88
Diffstat (limited to 'NnapiSupport.txt')
-rw-r--r--NnapiSupport.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/NnapiSupport.txt b/NnapiSupport.txt
index ac27ab52..bdd1843f 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -1,7 +1,8 @@
------ 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 and android.hardware.neuralnetworks@1.1 HAL interfaces.
+android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1 HAL and android.hardware.neuralnetworks@1.2 HAL
+interfaces.
For more information on the Android Neural Networks API, see https://developer.android.com/ndk/guides/neuralnetworks/index.html
@@ -57,4 +58,5 @@ RNN
SPACE_TO_DEPTH
SVDF
-Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework appropriately and the framework implements those operations using a CPU implementation.
+Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework
+appropriately and the framework implements those operations using a CPU implementation.