Add Input and Output to list of serializable layers
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Wed, 25 Sep 2019 09:44:13 +0000 (10:44 +0100)
committerJim Flynn Arm <jim.flynn@arm.com>
Wed, 25 Sep 2019 16:36:19 +0000 (16:36 +0000)
* Added Input and Output to armnnSerializer/SerializerSupport.md and
  armnnDeserializer/DeserializerSupport.md

Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Change-Id: I875f822019609763d110a86271d37dd31eb964b1

src/armnnDeserializer/DeserializerSupport.md
src/armnnSerializer/SerializerSupport.md

index 78ae516..cbc3eb9 100644 (file)
@@ -25,6 +25,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
 * FullyConnected
 * Gather
 * Greater
+* Input
 * L2Normalization
 * Lstm
 * Maximum
@@ -33,6 +34,7 @@ The Arm NN SDK Deserialize parser currently supports the following layers:
 * Minimum
 * Multiplication
 * Normalization
+* Output
 * Pad
 * Permute
 * Pooling2d
index cc9e59a..2e6263b 100644 (file)
@@ -25,6 +25,7 @@ The Arm NN SDK Serializer currently supports the following layers:
 * FullyConnected
 * Gather
 * Greater
+* Input
 * L2Normalization
 * Lstm
 * Maximum
@@ -33,6 +34,7 @@ The Arm NN SDK Serializer currently supports the following layers:
 * Minimum
 * Multiplication
 * Normalization
+* Output
 * Pad
 * Permute
 * Pooling2d