IVGCVSW-2636 Update serializer and deserializer README with new layers
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Wed, 20 Feb 2019 13:38:47 +0000 (13:38 +0000)
committerAron Virginas-Tar <aron.virginas-tar@arm.com>
Wed, 20 Feb 2019 14:08:41 +0000 (14:08 +0000)
Change-Id: Icba4e6e65027c4ac2dd08bd5a2662c4289ade8f3
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
src/armnnDeserializeParser/DeserializerSupport.md
src/armnnSerializer/SerializerSupport.md

index c03471a..86d3d02 100644 (file)
@@ -7,7 +7,11 @@ This reference guide provides a list of layers which can be deserialized current
 The Arm NN SDK Deserialize parser currently supports the following layers:
 
 * Addition
+* Convolution2d
+* DepthwiseConvolution2d
+* FullyConnected
 * Multiplication
+* Pooling2d
 * Reshape
 * Softmax
 
index c238543..0153669 100644 (file)
@@ -7,9 +7,12 @@ This reference guide provides a list of layers which can be serialized currently
 The Arm NN SDK Serializer currently supports the following layers:
 
 * Addition
+* Convolution2d
+* DepthwiseConvolution2d
+* FullyConnected
 * Multiplication
+* Pooling2d
 * Reshape
 * Softmax
-* Pooling2d
 
 More machine learning layers will be supported in future releases.
\ No newline at end of file