aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NnapiSupport.txt')
-rw-r--r--NnapiSupport.txt2
1 files changed, 1 insertions, 1 deletions
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.