aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp')
-rw-r--r--tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp b/tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp
index 82c506f506..17ac41decc 100644
--- a/tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.cpp
+++ b/tests/benchmark/CL/DepthwiseSeparableConvolutionLayer.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::F32 });
using CLDepthwiseSeparableConvolutionLayerFixture = DepthwiseSeparableConvolutionLayerFixture<CLTensor, CLDepthwiseSeparableConvolutionLayer, CLAccessor>;
@@ -47,5 +49,6 @@ REGISTER_FIXTURE_DATA_TEST_CASE(MobileNetDepthwiseSeparableConvolutionLayer, CLD
framework::dataset::make("Batches", { 1 })));
TEST_SUITE_END()
+} // namespace benchmark
} // namespace test
} // namespace arm_compute