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