aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/ModelAccuracyCheckerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/ModelAccuracyCheckerTest.cpp')
-rw-r--r--src/armnn/test/ModelAccuracyCheckerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/test/ModelAccuracyCheckerTest.cpp b/src/armnn/test/ModelAccuracyCheckerTest.cpp
index aa1fba212c..e1618512eb 100644
--- a/src/armnn/test/ModelAccuracyCheckerTest.cpp
+++ b/src/armnn/test/ModelAccuracyCheckerTest.cpp
@@ -16,6 +16,7 @@
using namespace armnnUtils;
+namespace {
struct TestHelper
{
const std::map<std::string, std::string> GetValidationLabelSet()
@@ -52,6 +53,7 @@ struct TestHelper
return modelOutputLabels;
}
};
+}
BOOST_AUTO_TEST_SUITE(ModelAccuracyCheckerTest)