From 7a6d11bf423bf7e67cc81074bb4745b0babf59c0 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Wed, 3 Jul 2019 15:27:08 +0100 Subject: IVGCVSW-3295 Support ResizeNearestNeighbour in HAL1.2 driver * Added ConvertNearestNeighbor to 1.2/HalPolicy Signed-off-by: Aron Virginas-Tar Change-Id: I9858849b70be36e7e5ced3dae667c85c03e50d4f --- NnapiSupport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NnapiSupport.txt') diff --git a/NnapiSupport.txt b/NnapiSupport.txt index b4b2cc45..d412c086 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) +RESIZE_NEAREST_NEIGHBOR (FLOAT32,QUANT8_ASYMM) --- Unsupported operators --- @@ -72,7 +73,6 @@ PAD_V2 QUANTIZE QUANTIZED_16BIT_LSTM PRELU -RESIZE_NEAREST_NEIGHBOR 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