aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/NormalizationLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/NormalizationLayer.cpp')
-rw-r--r--tests/benchmark/CL/NormalizationLayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/CL/NormalizationLayer.cpp b/tests/benchmark/CL/NormalizationLayer.cpp
index 75a98b6f0b..9ee5041121 100644
--- a/tests/benchmark/CL/NormalizationLayer.cpp
+++ b/tests/benchmark/CL/NormalizationLayer.cpp
@@ -38,6 +38,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32 });
@@ -69,5 +71,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(GoogLeNetInceptionV1NormalizationLayer, CLNormal
framework::dataset::make("Batches", { 4, 8 })));
TEST_SUITE_END()
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute