From e4ffe399de3445a1ecaf0ea8da7ff4f06ec878d3 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Wed, 25 Sep 2019 10:44:13 +0100 Subject: Add Input and Output to list of serializable layers * Added Input and Output to armnnSerializer/SerializerSupport.md and armnnDeserializer/DeserializerSupport.md Signed-off-by: Aron Virginas-Tar Change-Id: I875f822019609763d110a86271d37dd31eb964b1 --- src/armnnDeserializer/DeserializerSupport.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnnDeserializer') diff --git a/src/armnnDeserializer/DeserializerSupport.md b/src/armnnDeserializer/DeserializerSupport.md index 78ae51675f..cbc3eb97fd 100644 --- a/src/armnnDeserializer/DeserializerSupport.md +++ b/src/armnnDeserializer/DeserializerSupport.md @@ -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 -- cgit v1.2.1