aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/NormalizationLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/NormalizationLayerFixture.h')
-rw-r--r--tests/benchmark/fixtures/NormalizationLayerFixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/NormalizationLayerFixture.h b/tests/benchmark/fixtures/NormalizationLayerFixture.h
index 00ab23ff5a..7742dcacfd 100644
--- a/tests/benchmark/fixtures/NormalizationLayerFixture.h
+++ b/tests/benchmark/fixtures/NormalizationLayerFixture.h
@@ -34,6 +34,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
/** Fixture that can be used for NEON and CL */
template <typename TensorType, typename Function, typename Accessor>
class NormalizationLayerFixture : public framework::Fixture
@@ -80,6 +82,7 @@ private:
TensorType dst{};
Function norm_layer{};
};
+} // namespace benchmark
} // namespace test
} // namespace arm_compute
#endif /* ARM_COMPUTE_TEST_NORMALIZATIONLAYERFIXTURE */