aboutsummaryrefslogtreecommitdiff
path: root/docs/02_deserializer_serializer.dox
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2020-12-02 10:20:48 +0000
committerJim Flynn <jim.flynn@arm.com>2020-12-08 12:05:20 +0000
commit590f3f7e0a792ca12ba9e30f59acd6aeafdd48d4 (patch)
tree41773ad042cd0e7b881bbd54a020efa266a4c4a1 /docs/02_deserializer_serializer.dox
parentf00f6c2c6e01cac5c452b2e585b4ceea1e85a40f (diff)
downloadarmnn-590f3f7e0a792ca12ba9e30f59acd6aeafdd48d4.tar.gz
IVGCVSW-5598 ArmNN Doxygen doc needs update
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: Iac19640fec7aabdfcbb88a0856d4fce3a15d3f27
Diffstat (limited to 'docs/02_deserializer_serializer.dox')
-rw-r--r--docs/02_deserializer_serializer.dox11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/02_deserializer_serializer.dox b/docs/02_deserializer_serializer.dox
index 0bd677eb88..d192ec4e04 100644
--- a/docs/02_deserializer_serializer.dox
+++ b/docs/02_deserializer_serializer.dox
@@ -60,6 +60,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- Input
- InstanceNormalization
- L2Normalization
+- Logical
- LogSoftmax
- Lstm
- Maximum
@@ -73,8 +74,10 @@ The Arm NN SDK Serializer currently supports the following layers:
- Permute
- Pooling2d
- Prelu
+- QLstm
- Quantize
- QuantizedLstm
+- Rank
- Reshape
- Resize
- Slice
@@ -87,6 +90,7 @@ The Arm NN SDK Serializer currently supports the following layers:
- StridedSlice
- Subtraction
- Switch
+- Transpose
- TransposeConvolution2d
More machine learning layers will be supported in future releases.
@@ -131,12 +135,15 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- Dequantize
- DetectionPostProcess
- Division
+- ElementwiseUnary
+- Fill
- Floor
- FullyConnected
- Gather
- Input
- InstanceNormalization
- L2Normalization
+- Logical
- LogSoftmax
- Lstm
- Maximum
@@ -150,9 +157,12 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- Permute
- Pooling2d
- Prelu
+- QLstm
- Quantize
- QuantizedLstm
+- Rank
- Reshape
+- Resize
- Rsqrt
- Slice
- Softmax
@@ -165,7 +175,6 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
- Subtraction
- Switch
- TransposeConvolution2d
-- Resize
More machine learning layers will be supported in future releases.