aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-02-15 12:03:44 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:18 +0000
commitba8fcb0297ec1e7f8efea6a2f8211a0023942b44 (patch)
treef238962d7d5eb15ecd59ca247b811d67429c4fed
parent056b5d9dc6a87dc220792b7fe5ddea33692cc471 (diff)
downloadComputeLibrary-ba8fcb0297ec1e7f8efea6a2f8211a0023942b44.tar.gz
COMPMID-765: Remove wrong shape in LargeShapesBroadcast
An additional shape was added by mistake which caused tests to fail. Change-Id: Ic0300f2dff336b4a13b2d647bf5507427a4a939a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120588 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
-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 a5f0863746..733394224c 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -270,7 +270,6 @@ public:
ShapeDataset("Shape1",
{
TensorShape{ 1921U, 1U, 2U },
- TensorShape{ 1921U, 1U, 2U },
TensorShape{ 641U, 1U, 2U, 3U },
TensorShape{ 1U, 127U, 25U },
TensorShape{ 799U, 595U, 1U, 4U }