From 82fbeb333ee45a63beee0e2f62ef32514b8909db Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 20 Dec 2018 17:12:26 +0000 Subject: IVGCVSW-2166 Update NnapiSupport.txt for the new AndroidNN 1.1 operations. Change-Id: Ic402c0ee003b55cc0f14f4bb4a3a17a87558fb04 --- NnapiSupport.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/NnapiSupport.txt b/NnapiSupport.txt index f764d5ab..0f62da7e 100644 --- a/NnapiSupport.txt +++ b/NnapiSupport.txt @@ -14,6 +14,7 @@ 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) @@ -35,7 +36,9 @@ 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) @@ -56,11 +59,3 @@ 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