aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-07-23 14:47:49 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2021-07-28 12:03:02 +0100
commita0162e17c56538ee6d72ecce4c3e0836cbb34c56 (patch)
treec47230c4024d7e79cacb39dafe179cdcf4571ade /docs
parent996f0f59e5b8a9ac73503814f7aadff4ef74cd35 (diff)
downloadarmnn-a0162e17c56538ee6d72ecce4c3e0836cbb34c56.tar.gz
MLCE-530 Add Serializer and Deserializer for UnidirectionalSequenceLstm
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ic1c56a57941ebede19ab8b9032e7f9df1221be7a
Diffstat (limited to 'docs')
-rw-r--r--docs/01_02_deserializer_serializer.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/01_02_deserializer_serializer.dox b/docs/01_02_deserializer_serializer.dox
index 811af1cfb5..81b4ad0e9b 100644
--- a/docs/01_02_deserializer_serializer.dox
+++ b/docs/01_02_deserializer_serializer.dox
@@ -76,6 +76,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- Switch
- Transpose
- TransposeConvolution2d
+- UnidirectionalSequenceLstm
More machine learning layers will be supported in future releases.
@@ -163,6 +164,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- Switch
- Transpose
- TransposeConvolution2d
+- UnidirectionalSequenceLstm
More machine learning layers will be supported in future releases.