aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp')
-rw-r--r--tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp b/tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp
index 9a0cbe3dd1..0633acb27a 100644
--- a/tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp
+++ b/tests/benchmark/GLES_COMPUTE/DepthwiseConvolutionLayer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, 2018 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -37,6 +37,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
const auto data_types = framework::dataset::make("DataType", { DataType::F16 });
using GCDepthwiseConvolutionLayerFixture = DepthwiseConvolutionLayerFixture<GCTensor, GCDepthwiseConvolutionLayer3x3, GCAccessor>;
@@ -47,5 +49,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(MobileNetDepthwiseConvLayer, GCDepthwiseConvolut
framework::dataset::make("Batches", { 1 })));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute