aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2018-11-15 16:58:49 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-11-15 18:36:07 +0000
commitda7184da06c9f59cba9b524e2bfb90523fe7c2b3 (patch)
tree885be82a6688405e87eefaac4d4ca47dd052bb3a /NnapiSupport.txt
parent758eee8e72b8e0f81b98fce04a6a83ccbd1d7127 (diff)
downloadandroid-nn-driver-da7184da06c9f59cba9b524e2bfb90523fe7c2b3.tar.gz
IVGCVSW-2080 Fix documentation in NnapiSupport.txt (Remove unsupported)
Change-Id: I15abc32914ddd9c36d9e31ecf40f938304a07fd6
Diffstat (limited to 'NnapiSupport.txt')
-rw-r--r--NnapiSupport.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/NnapiSupport.txt b/NnapiSupport.txt
index 0f62da7e..f764d5ab 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -14,7 +14,6 @@ The following AndroidNN operations are currently supported.
AndroidNN operator Tensor type supported
ADD (FLOAT32,QUANT8_ASYMM)
AVERAGE_POOL_2D (FLOAT32,QUANT8_ASYMM)
-BATCH_TO_SPACE_ND (FLOAT32,QUANT8_ASYMM)
CONCATENATION (FLOAT32)
CONV_2D (FLOAT32,QUANT8_ASYMM)
DEPTHWISE_CONV_2D* (FLOAT32,QUANT8_ASYMM)
@@ -36,9 +35,7 @@ RELU6 (FLOAT32,QUANT8_ASYMM)
RESHAPE (FLOAT32,QUANT8_ASYMM)
RESIZE_BILINEAR (FLOAT32)
SOFTMAX (FLOAT32,QUANT8_ASYMM)
-SPACE_TO_BATCH_ND (FLOAT32,QUANT8_ASYMM)
SQUEEZE (FLOAT32,QUANT8_ASYMM)
-STRIDED_SLICE (FLOAT32,QUANT8_ASYMM)
SUB (FLOAT32,QUANT8_ASYMM)
TANH (FLOAT32)
TRANSPOSE (FLOAT32,QUANT8_ASYMM)
@@ -59,3 +56,11 @@ 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.
+
+The following AndroidNN 1.1 operations are currently not supported.
+
+BATCH_TO_SPACE_ND
+SPACE_TO_BATCH_ND
+STRIDED_SLICE
+
+Where any of these operations are present the model will return false from the compliantWithV1_0(model) and the driver will not currently be utilised.