From 1121c6bf3fc4ff34b6fce2e17a2cda71be185112 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Fri, 19 Feb 2021 09:38:03 +0000 Subject: IVGCVSW-5695 Update supported operators * Update supported operators for the delegate, parsers, serializer and deserializer Signed-off-by: Jan Eilers Change-Id: I33ac99a29d894eec055cd05411014075d78b3168 --- docs/01_02_deserializer_serializer.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/01_02_deserializer_serializer.dox') 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. -- cgit v1.2.1