From 724079d6fce3bf6a05cd6c7b4884b132b27e9e90 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 15 Dec 2017 11:37:37 +0000 Subject: COMPMID-959 Add benchmark namespace in benchmark tests Change-Id: Ieef1c5380bff1c019af0203fb7e4734f48a2fb63 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113499 Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- tests/benchmark/fixtures/ActivationLayerFixture.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/benchmark/fixtures/ActivationLayerFixture.h') diff --git a/tests/benchmark/fixtures/ActivationLayerFixture.h b/tests/benchmark/fixtures/ActivationLayerFixture.h index cb8fa7f086..d46ef2827b 100644 --- a/tests/benchmark/fixtures/ActivationLayerFixture.h +++ b/tests/benchmark/fixtures/ActivationLayerFixture.h @@ -34,6 +34,8 @@ namespace arm_compute { namespace test { +namespace benchmark +{ /** Fixture that can be used for NEON and CL */ template class ActivationLayerFixture : public framework::Fixture @@ -81,6 +83,7 @@ private: TensorType dst{}; Function act_layer{}; }; +} // namespace benchmark } // namespace test } // namespace arm_compute #endif /* ARM_COMPUTE_TEST_ACTIVATIONLAYERFIXTURE */ -- cgit v1.2.1