aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/SoftmaxLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/SoftmaxLayerFixture.h')
-rw-r--r--tests/benchmark/fixtures/SoftmaxLayerFixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/SoftmaxLayerFixture.h b/tests/benchmark/fixtures/SoftmaxLayerFixture.h
index 95790ff452..4f6dde8706 100644
--- a/tests/benchmark/fixtures/SoftmaxLayerFixture.h
+++ b/tests/benchmark/fixtures/SoftmaxLayerFixture.h
@@ -35,6 +35,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
/** Fixture that can be used for NEON, CL and OpenGL ES */
template <typename TensorType, typename Function, typename Accessor>
class SoftmaxLayerFixture : public framework::Fixture
@@ -82,6 +84,7 @@ private:
TensorType dst{};
Function smx_layer{};
};
+} // namespace benchmark
} // namespace test
} // namespace arm_compute
#endif /* ARM_COMPUTE_TEST_SOFTMAXLAYERFIXTURE */