aboutsummaryrefslogtreecommitdiff
path: root/docs/01_02_deserializer_serializer.dox
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2021-02-19 09:38:03 +0000
committerKeith Davis <keith.davis@arm.com>2021-02-22 12:46:00 +0000
commitd6bd29e968e777aa1c3f45b39b9aa79eb7eafbd9 (patch)
treefa880aa784d8414649ed4458bdb8d2ef5c2a1faf /docs/01_02_deserializer_serializer.dox
parent94b0af496f2a410e3b7b12c8a6b2a1864dfb41d6 (diff)
downloadarmnn-d6bd29e968e777aa1c3f45b39b9aa79eb7eafbd9.tar.gz
IVGCVSW-5695 Update supported operators
* Update supported operators for the delegate, parsers, serializer and deserializer Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I33ac99a29d894eec055cd05411014075d78b3168
Diffstat (limited to 'docs/01_02_deserializer_serializer.dox')
-rw-r--r--docs/01_02_deserializer_serializer.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/01_02_deserializer_serializer.dox b/docs/01_02_deserializer_serializer.dox
index 047cb5dc8d..6884b93dd1 100644
--- a/docs/01_02_deserializer_serializer.dox
+++ b/docs/01_02_deserializer_serializer.dox
@@ -59,6 +59,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- Quantize
- QuantizedLstm
- Rank
+- Reduce
- Reshape
- Resize
- Slice
@@ -143,10 +144,10 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- QLstm
- QuantizedLstm
- Rank
+- Reduce
- Reshape
- Resize
- ResizeBilinear
-- Rsqrt
- Slice
- Softmax
- SpaceToBatchNd
@@ -157,6 +158,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- StridedSlice
- Subtraction
- Switch
+- Transpose
- TransposeConvolution2d
More machine learning layers will be supported in future releases.