From bd575b270f65601ff7bdfdc58de45b9675d5541a Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Tue, 31 Aug 2021 16:53:54 +0100 Subject: MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm to Ref backend and armnn delegate Signed-off-by: Narumol Prangnawarat Change-Id: I203d0029c12221228ffe229acda3c90594394e9b --- docs/01_03_delegate.dox | 2 ++ docs/05_operator_list.dox | 45 ++++++++------------------------------------- 2 files changed, 10 insertions(+), 37 deletions(-) (limited to 'docs') diff --git a/docs/01_03_delegate.dox b/docs/01_03_delegate.dox index 92cdf6d7e1..04f216a87d 100644 --- a/docs/01_03_delegate.dox +++ b/docs/01_03_delegate.dox @@ -165,6 +165,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato - TRANSPOSE_CONV +- UNIDIRECTIONAL_SEQUENCE_LSTM + - UNPACK More machine learning operators will be supported in future releases. diff --git a/docs/05_operator_list.dox b/docs/05_operator_list.dox index 4c4f6d10ed..1f4b43f55e 100644 --- a/docs/05_operator_list.dox +++ b/docs/05_operator_list.dox @@ -3173,7 +3173,7 @@ where N = batches, C = channels, H = height, W = width UnidirectionalSquenceLstmLayer - Layer to perform unidirectional LSTM operation. + Layer to perform unidirectional sequence LSTM operation. -
-
All +
Input Types +
FLOAT32 +
+ +
Weight Types +
FLOAT32 +
QASYMMS8
- - CpuAcc - - - - -
-
SIGNED32 -
FLOAT16 -
FLOAT32 -
QASYMMU8 -
QASYMMS8 -
QUANTIZEDSYMM8PERAXIS -
- - GpuAcc - - - - -
-
SIGNED32 -
FLOAT16 -
FLOAT32 -
QASYMMU8 -
QASYMMS8 -
QUANTIZEDSYMM8PERAXIS -
UnmapLayer Layer to perform unmap operation on tensor. -- cgit v1.2.1