aboutsummaryrefslogtreecommitdiff
path: root/NnapiSupport.txt
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-05-19 14:10:30 +0100
committerSadik Armagan <sadik.armagan@arm.com>2020-05-19 14:10:30 +0100
commit813f23049d73177edfc1f1cff71147c39f4b695e (patch)
treecef15224e1e7a4bd8117bdc9f57a71be84e4325d /NnapiSupport.txt
parentabc95d04dfb2462ffb42bc1facde4f45ecc65319 (diff)
downloadandroid-nn-driver-813f23049d73177edfc1f1cff71147c39f4b695e.tar.gz
IVGCVSW-4453 Add Support for ANEURALNETWORKS_QLSTM to HAL 1.3 Driver
* Add QLSTM support for Android NN Driver * Add overrideOutputInfo parameter to SetupAndTrackLayerOutputSlot * Add optional condition to GetInputScalar * Refactor Quantized 16 Bit LSTM impl Change-Id: Ie8fa98ad5ee4a62174ef91ca80f1df62b7fde937 Signed-off-by: Keith Davis <keith.davis@arm.com> Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
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 d5e077bf..e3d7c692 100644
--- a/NnapiSupport.txt
+++ b/NnapiSupport.txt
@@ -54,6 +54,7 @@ PAD_V2 (FLOAT32, FLOAT16, QUANT8_ASYMM)
PRELU (FLOAT32, QUANT8_ASYMM)
QUANTIZE (FLOAT32 (input only), QUANT8_ASYMM (output only))
QUANTIZED_16BIT_LSTM (QUANT8_ASYMM)
+QUANTIZED_LSTM (QUANT8_ASYMM)
RELU (FLOAT32, QUANT8_ASYMM)
RELU1 (FLOAT32, QUANT8_ASYMM)
RELU6 (FLOAT32, QUANT8_ASYMM)
@@ -74,7 +75,6 @@ TRANSPOSE_CONV_2D (FLOAT32, QUANT8_ASYMM)
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.
-
NOTE: By convention, only those tensor types have been listed above, which are fully supported across all
ArmNN backends. FLOAT16 input tensors are partially supported on most HAL 1.2 operators on the GpuAcc and
CpuRef backends, however not on CpuAcc.