aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-05-18 09:51:27 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:52:54 +0000
commitb8110b5891f340db0d83f5c6422f71ba1ba31ea4 (patch)
treec45c95776b245889c2305ce07ba6737bcb335275 /tests/datasets/ShapeDatasets.h
parent7fb7b61fea9f2cc0e9c446b41f3472c547d64645 (diff)
downloadComputeLibrary-b8110b5891f340db0d83f5c6422f71ba1ba31ea4.tar.gz
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 <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@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 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 },
})