aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/ROIPoolingLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/ROIPoolingLayerFixture.h')
-rw-r--r--tests/benchmark/fixtures/ROIPoolingLayerFixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/ROIPoolingLayerFixture.h b/tests/benchmark/fixtures/ROIPoolingLayerFixture.h
index bdd416e049..4adfa446d6 100644
--- a/tests/benchmark/fixtures/ROIPoolingLayerFixture.h
+++ b/tests/benchmark/fixtures/ROIPoolingLayerFixture.h
@@ -36,6 +36,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
/** Fixture that can be used for NEON and CL */
template <typename TensorType, typename Function, typename Accessor, typename Array_T, typename ArrayAccessor>
class ROIPoolingLayerFixture : public framework::Fixture
@@ -93,6 +95,7 @@ private:
std::unique_ptr<Array_T> rois_array{};
Function roi_pool{};
};
+} // namespace benchmark
} // namespace test
} // namespace arm_compute
#endif /* ARM_COMPUTE_TEST_ROIPOOLINGLAYERFIXTURE */