From da7184da06c9f59cba9b524e2bfb90523fe7c2b3 Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Thu, 15 Nov 2018 16:58:49 +0000 Subject: IVGCVSW-2080 Fix documentation in NnapiSupport.txt (Remove unsupported) Change-Id: I15abc32914ddd9c36d9e31ecf40f938304a07fd6 --- NnapiSupport.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'NnapiSupport.txt') 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. -- cgit v1.2.1