aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/CL/DepthwiseConvolution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/CL/DepthwiseConvolution.cpp')
-rw-r--r--tests/benchmark/CL/DepthwiseConvolution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark/CL/DepthwiseConvolution.cpp b/tests/benchmark/CL/DepthwiseConvolution.cpp
index acdc4019b4..a8c229fad8 100644
--- a/tests/benchmark/CL/DepthwiseConvolution.cpp
+++ b/tests/benchmark/CL/DepthwiseConvolution.cpp
@@ -44,7 +44,7 @@ TEST_SUITE(CL)
REGISTER_FIXTURE_DATA_TEST_CASE(MobileNetDepthwiseConvolution, CLDepthwiseConvolutionFixture, framework::DatasetMode::ALL,
framework::dataset::combine(framework::dataset::combine(datasets::MobileNetDepthwiseConvolutionDataset(), data_types),
- framework::dataset::make("Batches", { 1, 4, 8 })));
+ framework::dataset::make("Batches", { 1 })));
TEST_SUITE_END()
} // namespace test