aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-02-15 10:43:53 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-02-15 14:59:08 +0000
commitcb3eecc74e554058456257419b7022e214aff83c (patch)
treeec81ac998db748f3d71042dd4059283641692faf /tests/datasets/ShapeDatasets.h
parentd85a77a546783ab28df9eb6347f855cc54f6192d (diff)
downloadComputeLibrary-cb3eecc74e554058456257419b7022e214aff83c.tar.gz
COMPMID-1710 Reduce Im2Col nightly validation sizes
Also remove redundant shape from MediumShapes. Change-Id: Id84cfd48c35f4348616d551616ff94be98640de0 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/707 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index f461d7f9d2..fddc7731fe 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -231,7 +231,6 @@ public:
TensorShape{ 128U, 64U, 1U, 3U },
// Batch size 4
TensorShape{ 37U, 37U, 3U, 4U },
- TensorShape{ 27U, 33U, 2U, 4U },
// Arbitrary batch size
TensorShape{ 37U, 37U, 3U, 5U }
})