aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-08-30 10:08:53 +0100
committerSurabhi Mehta <surabhi.mehta@arm.com>2019-08-30 09:49:42 +0000
commit1df647726b9f5a1bb725e13919f1f7fa506865c9 (patch)
tree5b7d75179f432af55c9203a67f38b2a1d84bbd12
parentff645b6e280a846d69079fcf79a49cea801843b7 (diff)
downloadandroid-nn-driver-1df647726b9f5a1bb725e13919f1f7fa506865c9.tar.gz
IVGCVSW-3507 Remove unsupported operation sectionsv19.08
* Removed unsupported operation sections Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I79216c5c015efeb5d2e19cd85f186c2f73bd1ca8
-rw-r--r--NnapiSupport.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/NnapiSupport.txt b/NnapiSupport.txt
index 3310f0e1..f1987962 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -54,20 +54,5 @@ TANH (FLOAT32,QUANT8_ASYMM)
TRANSPOSE (FLOAT32,QUANT8_ASYMM)
TRANSPOSE_CONV_2D (FLOAT32,QUANT8_ASYMM)
---- Unsupported operators ---
-
-The following AndroidNN HAL 1.0 operations are currently not supported:
-
-DEPTH_TO_SPACE
-EMBEDDING_LOOKUP
-HASHTABLE_LOOKUP
-LSH_PROJECTION
-RNN
-SVDF
-
-The following AndroidNN HAL 1.2 operations are currently not supported:
-
-CONCATENATION
-
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.