aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/ActivationLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/ActivationLayer.cpp')
-rw-r--r--tests/benchmark/CL/ActivationLayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/CL/ActivationLayer.cpp b/tests/benchmark/CL/ActivationLayer.cpp
index 2e4641bfa5..ff612e3a3f 100644
--- a/tests/benchmark/CL/ActivationLayer.cpp
+++ b/tests/benchmark/CL/ActivationLayer.cpp
@@ -44,6 +44,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32, DataType::QS8, DataType::QS16 });
@@ -136,5 +138,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(YOLOV2ActivationLayer, CLActivationLayerFixture,
framework::dataset::make("Batches", { 4, 8 })));
TEST_SUITE_END()
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute