From d1b21f2b729d78694f89fa21f2eb4a09944786ea Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 1 Sep 2017 10:22:47 +0100 Subject: COMPMID-417: Improve shape datasets Change-Id: Ic3db1c6e29b240d3bf0eff6b8e645c50bafd8f13 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86081 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/datasets_new/ShapeDatasets.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/datasets_new/ShapeDatasets.h') diff --git a/tests/datasets_new/ShapeDatasets.h b/tests/datasets_new/ShapeDatasets.h index 67ce6c580e..477d8758cb 100644 --- a/tests/datasets_new/ShapeDatasets.h +++ b/tests/datasets_new/ShapeDatasets.h @@ -75,10 +75,10 @@ public: TensorShape{ 27U, 13U, 2U }, TensorShape{ 128U, 64U, 1U, 3U }, // Batch size 4 - TensorShape{ 7U, 7U, 4U }, + TensorShape{ 7U, 7U, 3U, 4U }, TensorShape{ 27U, 13U, 2U, 4U }, // Arbitrary batch size - TensorShape{ 7U, 7U, 5U } + TensorShape{ 7U, 7U, 3U, 5U } }) { } @@ -93,10 +93,10 @@ public: { // Batch size 1 TensorShape{ 1920U, 1080U }, - TensorShape{ 1245U, 652U, 1U, 3U }, + TensorShape{ 640U, 480U, 2U, 3U }, TensorShape{ 4160U, 3120U }, // Batch size 4 - TensorShape{ 1245U, 652U, 1U, 4U }, + TensorShape{ 800U, 600U, 1U, 4U }, }) { } -- cgit v1.2.1