aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-09-01 10:22:47 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitd1b21f2b729d78694f89fa21f2eb4a09944786ea (patch)
tree7330e8084a2b6e41d324cc037757eeb955b594c9 /tests
parent07781ac8e49ed802d962419a2fd08910d68f9bf5 (diff)
downloadComputeLibrary-d1b21f2b729d78694f89fa21f2eb4a09944786ea.tar.gz
COMPMID-417: Improve shape datasets
Change-Id: Ic3db1c6e29b240d3bf0eff6b8e645c50bafd8f13 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86081 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/datasets_new/ShapeDatasets.h8
1 files changed, 4 insertions, 4 deletions
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 },
})
{
}