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:50:36 +0000
commita3b10a802e116840a15c8a631023fdb0394a2bc3 (patch)
tree5b7d75179f432af55c9203a67f38b2a1d84bbd12
parent2917b495fdfded1d4b0f93beaea8c5c28cc215bd (diff)
downloadandroid-nn-driver-a3b10a802e116840a15c8a631023fdb0394a2bc3.tar.gz
IVGCVSW-3507 Remove unsupported operation sections
* 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.