From 5ce99a28e247374140c7ffb0b3baf536b8ceed52 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 25 Jan 2019 14:17:49 +0000 Subject: COMPMID-1652 Cleanup some nighly tests Removed some tests as they add no real value such as LargeShapes in elementwise operations etc. Change-Id: I97870c947ea2d668997f2fca58c1f9e4087efd16 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/583 Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- tests/datasets/ShapeDatasets.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/datasets/ShapeDatasets.h') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 9ee89f43e0..f461d7f9d2 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -122,7 +122,6 @@ public: TensorShape{ 7U, 7U, 5U }, TensorShape{ 27U, 13U, 37U }, - TensorShape{ 128U, 64U, 21U } }) { } @@ -624,7 +623,6 @@ public: // Batch size 4 TensorShape{ 32U, 37U, 3U, 4U }, // Batch size 8 - TensorShape{ 32U, 37U, 3U, 8U }, TensorShape{ 33U, 35U, 8U, 8U } }) { @@ -644,7 +642,6 @@ public: // Batch size 4 TensorShape{ 32U, 37U, 3U, 4U }, // Batch size 8 - TensorShape{ 32U, 37U, 3U, 8U }, TensorShape{ 33U, 35U, 3U, 8U }, // Arbitrary batch size TensorShape{ 32U, 37U, 3U, 8U } -- cgit v1.2.1