aboutsummaryrefslogtreecommitdiff
path: root/docs/01_03_delegate.dox
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-08-31 16:53:54 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-08-31 16:53:54 +0100
commitbd575b270f65601ff7bdfdc58de45b9675d5541a (patch)
tree0063b2d9716f5d1bab45577992a6e193522912d6 /docs/01_03_delegate.dox
parent7684b18e8fec45355a49e7f7165c582efc553ab6 (diff)
downloadarmnn-bd575b270f65601ff7bdfdc58de45b9675d5541a.tar.gz
MLCE-530 Add support of int8 weight for UnidirectionalSequenceLstm
to Ref backend and armnn delegate Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I203d0029c12221228ffe229acda3c90594394e9b
Diffstat (limited to 'docs/01_03_delegate.dox')
-rw-r--r--docs/01_03_delegate.dox2
1 files changed, 2 insertions, 0 deletions
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.