From 0bd89a87f15bf0983eace53df1160a3e64bc0e75 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Tue, 2 Jul 2019 16:53:10 +0100 Subject: 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 Change-Id: Ibbac6f7161132740e61c85f597f8be70cd5d7325 --- NnapiSupport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NnapiSupport.txt') 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 -- cgit v1.2.1