aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-02-15 10:43:53 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-02-15 14:41:12 +0000
commit694b620df46c521c1b993e2a6273a7bd2af3d454 (patch)
tree376eb3eb2852ce23e5a68a212edaa1d54053a7d5 /tests/datasets
parente96e4f0e49a3571f823927913dde173513baee72 (diff)
downloadComputeLibrary-694b620df46c521c1b993e2a6273a7bd2af3d454.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')
-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 }
})