From 7efb46d283eee8a9cf10f5329176b92b2f830ed6 Mon Sep 17 00:00:00 2001 From: Ellen Norris-Thompson Date: Wed, 24 Jul 2019 17:39:19 +0100 Subject: IVGCVSW-3340 Add support for Quantized_LSTM to HAL1.2 Driver * Added conversion method to HAL1.2 Policy Signed-off-by: Ellen Norris-Thompson Change-Id: Ida6734d34931148add2f3464c3283191ea34b712 --- NnapiSupport.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NnapiSupport.txt') diff --git a/NnapiSupport.txt b/NnapiSupport.txt index 4a494305..6f740970 100644 --- a/NnapiSupport.txt +++ b/NnapiSupport.txt @@ -55,6 +55,7 @@ MINIMUM (FLOAT32,QUANT8_ASYMM) PAD_V2 (FLOAT32,QUANT8_ASYMM) PRELU (FLOAT32,QUANT8_ASYMM) QUANTIZE (FLOAT32,QUANT8_ASYMM) +QUANTIZED_16BIT_LSTM (QUANT8_ASYMM) RESIZE_NEAREST_NEIGHBOR (FLOAT32,QUANT8_ASYMM) SOFTMAX (FLOAT32,QUANT8_ASYMM) TRANSPOSE_CONV_2D (FLOAT32,QUANT8_ASYMM) @@ -74,7 +75,6 @@ The following AndroidNN HAL 1.2 operations are currently not supported: CONCATENATION LSTM -QUANTIZED_16BIT_LSTM Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework appropriately and the framework implements those operations using a CPU implementation. -- cgit v1.2.1