From 5b2159e43a5e078053e706883e3af44ae733b5b9 Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Mon, 11 Feb 2019 13:24:38 +0000 Subject: IVGCVSW-2620 Support static quantization of Constant * Added VisitConstantLayer to QuantizerVisitor * Added unit tests and refactored QuantizerTest.cpp * Code cleanup Change-Id: I118fd2be085fc98879c5cfaa09698a7c98ba13f0 Signed-off-by: Matteo Martincigh --- include/armnn/INetwork.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp index aaca13bba9..a59000b334 100644 --- a/include/armnn/INetwork.hpp +++ b/include/armnn/INetwork.hpp @@ -266,7 +266,7 @@ public: /// @param name - Optional name for the layer. /// @return - Interface for configuring the layer. virtual IConnectableLayer* AddConstantLayer(const ConstTensor& input, - const char* name = nullptr) = 0; + const char* name = nullptr) = 0; /// Adds a reshape layer to the network. /// @param reshapeDescriptor - Parameters for the reshape operation. -- cgit v1.2.1