aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/SYSTEM/MobileNet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/SYSTEM/MobileNet.cpp')
-rw-r--r--tests/benchmark/CL/SYSTEM/MobileNet.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/CL/SYSTEM/MobileNet.cpp b/tests/benchmark/CL/SYSTEM/MobileNet.cpp
index bc728d9c00..304e966eed 100644
--- a/tests/benchmark/CL/SYSTEM/MobileNet.cpp
+++ b/tests/benchmark/CL/SYSTEM/MobileNet.cpp
@@ -41,6 +41,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
using CLMobileNetFixture = MobileNetFixture<CLTensor,
CLAccessor,
CLActivationLayer,
@@ -58,5 +60,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(MobileNet, CLMobileNetFixture, framework::Datase
TEST_SUITE_END()
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute