Updated SerializerSupport.md to list the layer support alphabetically
authorSurabhi Mehta <surabhi.mehta@arm.com>
Thu, 29 Aug 2019 15:07:05 +0000 (16:07 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 2 Sep 2019 07:35:35 +0000 (07:35 +0000)
Change-Id: Id49e43680b306e762672f2681eaf45788dcfcdd0
Signed-off-by: Surabhi Mehta <surabhi.mehta@arm.com>
src/armnnSerializer/SerializerSupport.md

index 39d96f7..f81aa71 100644 (file)
@@ -37,6 +37,7 @@ The Arm NN SDK Serializer currently supports the following layers:
 * Quantize
 * QuantizedLstm
 * Reshape
+* Resize
 * ResizeBilinear
 * Rsqrt
 * Softmax
@@ -48,10 +49,9 @@ The Arm NN SDK Serializer currently supports the following layers:
 * Subtraction
 * Switch
 * TransposeConvolution2d
-* Resize
 
 More machine learning layers will be supported in future releases.
 
 Note: Merger layer has been renamed Concat. Serializations of the old
       format with Merger layers will deserialize to Concat layers to
-      maintain backward compatibility.
\ No newline at end of file
+      maintain backward compatibility.