aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index a1ca983186..57bb9d01b0 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -660,9 +660,8 @@ public:
GroupedIm2ColLargeShapes()
: ShapeDataset("Shape",
{
- TensorShape{ 1921U, 1083U, 12U },
- TensorShape{ 641U, 485U, 24U, 3U },
- TensorShape{ 799U, 595U, 12U, 4U },
+ TensorShape{ 153U, 231U, 12U },
+ TensorShape{ 123U, 191U, 12U, 2U },
})
{
}