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/DirectConvolutionLayerDataset.h | 5 +---- tests/datasets/ShapeDatasets.h | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/datasets') diff --git a/tests/datasets/DirectConvolutionLayerDataset.h b/tests/datasets/DirectConvolutionLayerDataset.h index 4777ab289f..1091f9e746 100644 --- a/tests/datasets/DirectConvolutionLayerDataset.h +++ b/tests/datasets/DirectConvolutionLayerDataset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -45,10 +45,7 @@ public: { add_config(TensorShape(13U, 13U, 256U), TensorShape(3U, 3U, 256U, 3U), TensorShape(3U), TensorShape(13U, 13U, 3U), PadStrideInfo(1, 1, 1, 1)); add_config(TensorShape(13U, 13U, 384U), TensorShape(3U, 3U, 384U, 4U), TensorShape(4U), TensorShape(13U, 13U, 4U), PadStrideInfo(1, 1, 1, 1)); - add_config(TensorShape(13U, 13U, 384U), TensorShape(3U, 3U, 384U, 5U), TensorShape(5U), TensorShape(13U, 13U, 5U), PadStrideInfo(1, 1, 1, 1)); add_config(TensorShape(13U, 13U, 256U), TensorShape(3U, 3U, 256U, 3U), TensorShape(3U), TensorShape(7U, 7U, 3U), PadStrideInfo(2, 2, 1, 1)); - add_config(TensorShape(13U, 13U, 384U), TensorShape(3U, 3U, 384U, 4U), TensorShape(4U), TensorShape(7U, 7U, 4U), PadStrideInfo(2, 2, 1, 1)); - add_config(TensorShape(13U, 13U, 384U), TensorShape(3U, 3U, 384U, 5U), TensorShape(5U), TensorShape(7U, 7U, 5U), PadStrideInfo(2, 2, 1, 1)); add_config(TensorShape(13U, 13U, 256U), TensorShape(3U, 3U, 256U, 3U), TensorShape(3U), TensorShape(12U, 12U, 3U), PadStrideInfo(1, 1, 0, 1, 0, 1, DimensionRoundingType::FLOOR)); add_config(TensorShape(13U, 13U, 384U), TensorShape(3U, 3U, 384U, 5U), TensorShape(5U), TensorShape(12U, 12U, 5U), PadStrideInfo(1, 1, 1, 0, 1, 0, DimensionRoundingType::FLOOR)); } 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