aboutsummaryrefslogtreecommitdiff
path: root/src/armnnDeserializer/Deserializer.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-02-28 13:12:47 +0000
committerAron Virginas-Tar <aron.virginas-tar@arm.com>2019-02-28 15:17:05 +0000
commit0fe3245e8b8eea98d25cb41bcf9b15c8d4bfa915 (patch)
tree6208901acae9399ac89598907581951e43470228 /src/armnnDeserializer/Deserializer.hpp
parent9066d3c46c434406d9e08b397a14e9ef2eb2cf01 (diff)
downloadarmnn-0fe3245e8b8eea98d25cb41bcf9b15c8d4bfa915.tar.gz
IVGCVSW-2698 Serialize / deserialize the Minimum layer
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I8a931c920ff38506c210e9369b81fae150096776
Diffstat (limited to 'src/armnnDeserializer/Deserializer.hpp')
-rw-r--r--src/armnnDeserializer/Deserializer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnnDeserializer/Deserializer.hpp b/src/armnnDeserializer/Deserializer.hpp
index cb0590bc5f..657c7f5ed8 100644
--- a/src/armnnDeserializer/Deserializer.hpp
+++ b/src/armnnDeserializer/Deserializer.hpp
@@ -76,6 +76,7 @@ private:
void ParseDepthwiseConvolution2d(GraphPtr graph, unsigned int layerIndex);
void ParseDivision(GraphPtr graph, unsigned int layerIndex);
void ParseFullyConnected(GraphPtr graph, unsigned int layerIndex);
+ void ParseMinimum(GraphPtr graph, unsigned int layerIndex);
void ParseMultiplication(GraphPtr graph, unsigned int layerIndex);
void ParsePermute(GraphPtr graph, unsigned int layerIndex);
void ParsePooling2d(GraphPtr graph, unsigned int layerIndex);