aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets_new/ShapeDatasets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datasets_new/ShapeDatasets.h')
-rw-r--r--tests/datasets_new/ShapeDatasets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datasets_new/ShapeDatasets.h b/tests/datasets_new/ShapeDatasets.h
index 14f7851621..f6cd3f2d0e 100644
--- a/tests/datasets_new/ShapeDatasets.h
+++ b/tests/datasets_new/ShapeDatasets.h
@@ -115,7 +115,7 @@ public:
SmallDirectConvolutionShapes()
: ShapeDataset("InputShape",
{
- TensorShape{ 3U, 3U, 3U, 2U, 4U, 5U },
+ TensorShape{ 5U, 5U, 3U, 2U, 4U, 5U },
TensorShape{ 32U, 37U, 3U },
TensorShape{ 13U, 15U, 8U, 3U }
})