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 a47edf5f..8d56edd9 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -33,6 +33,7 @@ RESIZE_BILINEAR (FLOAT32)
SOFTMAX (FLOAT32,QUANT8_ASYMM)
SQUEEZE (FLOAT32,QUANT8_ASYMM)
TANH (FLOAT32)
+TRANSPOSE (FLOAT32,QUANT8_ASYMM)
LSTM (FLOAT32)
* Depthwise convolution only supports a value of 1 for the depth multiplier. In addition, the QUANT8_ASYMM version only supports 3x3 kernels.
@@ -61,6 +62,5 @@ PAD
SPACE_TO_BATCH_ND
STRIDED_SLICE
SUB
-TRANSPOSE
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.