aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-07-02 16:53:10 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-07-05 12:58:25 +0100
commit0bd89a87f15bf0983eace53df1160a3e64bc0e75 (patch)
treecb6343a43938b22685614b5242cd341aeca94174 /NnapiSupport.txt
parentfb2fa29e83e5ed7cd8ddf90ffb95946e7498f365 (diff)
downloadandroid-nn-driver-0bd89a87f15bf0983eace53df1160a3e64bc0e75.tar.gz
IVGCVSW-3370 Add broadcasting support to PReLU to properly run the Android VTS/NN
tests * Updated ConvertPrelu to support input broadcasting * Updated the BroadcastTensor utility function so that it preserves the order of the inputs * Updated the documentation Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: Ibbac6f7161132740e61c85f597f8be70cd5d7325
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 d412c086..79626614 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -49,6 +49,7 @@ The following AndroidNN HAL 1.2 operations are currently supported:
CONV_2D (FLOAT32,QUANT8_ASYMM)
DEPTHWISE_CONV_2D (FLOAT32,QUANT8_ASYMM)
+PRELU (FLOAT32,QUANT8_ASYMM)
RESIZE_NEAREST_NEIGHBOR (FLOAT32,QUANT8_ASYMM)
--- Unsupported operators ---
@@ -72,7 +73,6 @@ MAXIMUM
PAD_V2
QUANTIZE
QUANTIZED_16BIT_LSTM
-PRELU
TRANSPOSE_CONV_2D
Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework