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/DepthwiseSeparableConvolutionLayerFixture.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h') diff --git a/tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h b/tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h index f78c3e4e4d..ef1a40704f 100644 --- a/tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h +++ b/tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h @@ -34,6 +34,8 @@ namespace arm_compute { namespace test { +namespace benchmark +{ /** Fixture that can be used for NEON and CL */ template class DepthwiseSeparableConvolutionLayerFixture : public framework::Fixture @@ -103,6 +105,7 @@ private: TensorType dst{}; Function depth_sep_conv_layer{}; }; +} // namespace benchmark } // namespace test } // namespace arm_compute #endif /* ARM_COMPUTE_TEST_DEPTHWISESEPARABLECONVOLUTIONLAYERFIXTURE */ -- cgit v1.2.1