aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestLayerVisitor.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-02-11 13:24:38 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-02-14 17:53:55 +0000
commit5b2159e43a5e078053e706883e3af44ae733b5b9 (patch)
tree6486b631f32c5f903ba609907ef3aa25002e3daa /src/armnn/test/TestLayerVisitor.cpp
parentec333914d5d38079083bcdb7fc88a54a19ebaa87 (diff)
downloadarmnn-5b2159e43a5e078053e706883e3af44ae733b5b9.tar.gz
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 <matteo.martincigh@arm.com>
Diffstat (limited to 'src/armnn/test/TestLayerVisitor.cpp')
-rw-r--r--src/armnn/test/TestLayerVisitor.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{