aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2017-12-15 11:37:37 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:16 +0000
commit724079d6fce3bf6a05cd6c7b4884b132b27e9e90 (patch)
tree4677c5f845531b45895c82664168ba8ac996f25c /tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h
parentb34b9d4db3c6c75d1a167a4fc25d40214b351f80 (diff)
downloadComputeLibrary-724079d6fce3bf6a05cd6c7b4884b132b27e9e90.tar.gz
COMPMID-959 Add benchmark namespace in benchmark tests
Change-Id: Ieef1c5380bff1c019af0203fb7e4734f48a2fb63 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113499 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h')
-rw-r--r--tests/benchmark/fixtures/DepthwiseSeparableConvolutionLayerFixture.h3
1 files changed, 3 insertions, 0 deletions
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 <typename TensorType, typename Function, typename Accessor>
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 */