aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-08-25 16:26:05 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit6c650a956efa5a5133237a1bcd8a7110c25ccba8 (patch)
tree9cca3a70014b98925af419d82a474fad1953d9c7
parenta184836f970c2245502fc5352e0652fa6fb7ed70 (diff)
downloadComputeLibrary-6c650a956efa5a5133237a1bcd8a7110c25ccba8.tar.gz
COMPMID-417: Remove largest shape
Change-Id: I47dcf944ab008bea166a9c5eae1791515ce771c0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85374 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
-rw-r--r--tests/datasets_new/ShapeDatasets.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/datasets_new/ShapeDatasets.h b/tests/datasets_new/ShapeDatasets.h
index a693be7153..72681d7814 100644
--- a/tests/datasets_new/ShapeDatasets.h
+++ b/tests/datasets_new/ShapeDatasets.h
@@ -97,15 +97,9 @@ public:
TensorShape{ 1245U, 652U, 1U, 3U },
TensorShape{ 4160U, 3120U },
// Batch size 4
- TensorShape{ 1920U, 1080U, 4U },
- TensorShape{ 1245U, 652U, 1U, 3U, 4U },
- TensorShape{ 4160U, 3120U, 4U },
+ TensorShape{ 1245U, 652U, 1U, 4U },
// Batch size 8
- TensorShape{ 1920U, 1080U, 8U },
- TensorShape{ 1245U, 652U, 1U, 3U, 8U },
- TensorShape{ 4160U, 3120U, 8U },
- // Arbitrary batch size
- TensorShape{ 1920U, 1080U, 5U },
+ TensorShape{ 1245U, 652U, 1U, 8U },
})
{
}