From 613b49cdd8f4e40460711a4d84ed42f980477a17 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Thu, 27 Jun 2019 11:37:47 +0100 Subject: IVGCVSW-3166 Add support for TransposeConv2D to 1.2 HalPolicy Signed-off-by: David Monahan Signed-off-by: Narumol Prangnawarat Change-Id: I7b855efaddb18e8f184f4b85196b3b95b69bca6e --- NnapiSupport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NnapiSupport.txt') diff --git a/NnapiSupport.txt b/NnapiSupport.txt index 47c5149a..4a494305 100644 --- a/NnapiSupport.txt +++ b/NnapiSupport.txt @@ -57,6 +57,7 @@ PRELU (FLOAT32,QUANT8_ASYMM) QUANTIZE (FLOAT32,QUANT8_ASYMM) RESIZE_NEAREST_NEIGHBOR (FLOAT32,QUANT8_ASYMM) SOFTMAX (FLOAT32,QUANT8_ASYMM) +TRANSPOSE_CONV_2D (FLOAT32,QUANT8_ASYMM) --- Unsupported operators --- @@ -74,7 +75,6 @@ The following AndroidNN HAL 1.2 operations are currently not supported: CONCATENATION LSTM QUANTIZED_16BIT_LSTM -TRANSPOSE_CONV_2D 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. -- cgit v1.2.1