aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/FloorFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/FloorFixture.h')
-rw-r--r--tests/benchmark/fixtures/FloorFixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/FloorFixture.h b/tests/benchmark/fixtures/FloorFixture.h
index df3a7da29d..8c80fa386f 100644
--- a/tests/benchmark/fixtures/FloorFixture.h
+++ b/tests/benchmark/fixtures/FloorFixture.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 FloorFixture : public framework::Fixture
@@ -76,6 +78,7 @@ private:
TensorType dst{};
Function floor_func{};
};
+} // namespace benchmark
} // namespace test
} // namespace arm_compute
#endif /* ARM_COMPUTE_TEST_FLOORFIXTURE */