From b8110b5891f340db0d83f5c6422f71ba1ba31ea4 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 18 May 2018 09:51:27 +0100 Subject: COMPMID-959: Removed 4k shape from LargeShapes. This is causing the bad_alloc exception in the Scale validation tests Change-Id: Id208802fe5327c89887269cea6c08b5f8afd218a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/131782 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- tests/datasets/ShapeDatasets.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/datasets/ShapeDatasets.h') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index b138a425b9..a5620ff7cf 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -281,7 +281,6 @@ public: // Batch size 1 TensorShape{ 1921U, 1083U }, TensorShape{ 641U, 485U, 2U, 3U }, - TensorShape{ 4159U, 3117U }, // Batch size 4 TensorShape{ 799U, 595U, 1U, 4U }, }) -- cgit v1.2.1