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 --- src/armnn/test/TestLayerVisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnn/test/TestLayerVisitor.cpp') diff --git a/src/armnn/test/TestLayerVisitor.cpp b/src/armnn/test/TestLayerVisitor.cpp index 4c028b3709..ba30dbc666 100644 --- a/src/armnn/test/TestLayerVisitor.cpp +++ b/src/armnn/test/TestLayerVisitor.cpp @@ -23,7 +23,7 @@ void TestLayerVisitor::CheckLayerName(const char* name) { BOOST_CHECK_EQUAL(m_LayerName, name); } -}; +} void TestLayerVisitor::CheckLayerPointer(const IConnectableLayer* layer) { -- cgit v1.2.1