aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-03 15:27:08 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-07-05 10:16:57 +0000
commit7a6d11bf423bf7e67cc81074bb4745b0babf59c0 (patch)
treecead93bdf9aa90b87720b64a6f194639c8722697 /NnapiSupport.txt
parent17ffff3f6708340695ca1433ed8b61955e15d7a5 (diff)
downloadandroid-nn-driver-7a6d11bf423bf7e67cc81074bb4745b0babf59c0.tar.gz
IVGCVSW-3295 Support ResizeNearestNeighbour in HAL1.2 driver
* Added ConvertNearestNeighbor to 1.2/HalPolicy Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I9858849b70be36e7e5ced3dae667c85c03e50d4f
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 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