aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_new/NEON/DirectConvolutionLayer.cpp')
-rw-r--r--tests/benchmark_new/NEON/DirectConvolutionLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp b/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp
index 6610fd3ec9..b4e040d88c 100644
--- a/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp
+++ b/tests/benchmark_new/NEON/DirectConvolutionLayer.cpp
@@ -43,7 +43,7 @@ TEST_SUITE(NEON)
REGISTER_FIXTURE_DATA_TEST_CASE(DirectConvolutionLayer, NEDirectConvolutionLayerFixture, framework::DatasetMode::ALL,
framework::dataset::combine(framework::dataset::combine(datasets::DirectConvolutionLayerDataset(),
- framework::dataset::make("Data type", { DataType::F32, DataType::QS8 })),
+ framework::dataset::make("DataType", { DataType::F32, DataType::QS8 })),
framework::dataset::make("Batches", { 1, 4, 8 })));
TEST_SUITE_END()