aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/UNIT/TensorInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/UNIT/TensorInfo.cpp')
-rw-r--r--tests/validation/UNIT/TensorInfo.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/validation/UNIT/TensorInfo.cpp b/tests/validation/UNIT/TensorInfo.cpp
index 44c9342389..cf9dfeabe9 100644
--- a/tests/validation/UNIT/TensorInfo.cpp
+++ b/tests/validation/UNIT/TensorInfo.cpp
@@ -60,11 +60,11 @@ DATA_TEST_CASE(AutoPadding, framework::DatasetMode::ALL, zip(zip(zip(
PaddingSize{ 4, 36, 4, 4 }})),
framework::dataset::make("Strides", {
Strides{},
- Strides{ 1U, 50U, 50U, 50U, 50U, 50U },
- Strides{ 1U, 50U, 900U, 900U, 900U, 900U },
- Strides{ 1U, 50U, 900U, 900U, 900U, 900U },
- Strides{ 1U, 50U, 900U, 9000U, 9000U, 9000U },
- Strides{ 1U, 50U, 900U, 9000U, 90000U, 90000U },
+ Strides{ 1U, 50U },
+ Strides{ 1U, 50U },
+ Strides{ 1U, 50U, 900U },
+ Strides{ 1U, 50U, 900U, 9000U },
+ Strides{ 1U, 50U, 900U, 9000U, 90000U },
Strides{ 1U, 50U, 900U, 9000U, 90000U, 900000U }})),
framework::dataset::make("Offset", { 0U, 4U, 204U, 204U, 204U, 204U, 204U })),
shape, auto_padding, strides, offset)