aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/NEON/SoftmaxLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/NEON/SoftmaxLayer.cpp')
-rw-r--r--tests/benchmark/NEON/SoftmaxLayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/NEON/SoftmaxLayer.cpp b/tests/benchmark/NEON/SoftmaxLayer.cpp
index 9a6f6a457d..06c990b561 100644
--- a/tests/benchmark/NEON/SoftmaxLayer.cpp
+++ b/tests/benchmark/NEON/SoftmaxLayer.cpp
@@ -37,6 +37,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
namespace
{
const auto data_types = framework::dataset::make("DataType", { DataType::F32 });
@@ -53,5 +55,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(SoftmaxLayerLarge, NESoftmaxLayerFixture, framew
framework::dataset::combine(datasets::SoftmaxLayerLargeShapes(), data_types));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute