From 694b620df46c521c1b993e2a6273a7bd2af3d454 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 15 Feb 2019 10:43:53 +0000 Subject: COMPMID-1710 Reduce Im2Col nightly validation sizes Also remove redundant shape from MediumShapes. Change-Id: Id84cfd48c35f4348616d551616ff94be98640de0 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/707 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- tests/datasets/ShapeDatasets.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/datasets') 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 } }) -- cgit v1.2.1