From d466c2d25346ec0b4ed1cc122de93c54534107b3 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Tue, 30 Jan 2018 10:54:39 +0000 Subject: COMPMID-833 Direct convolution, Normalization and Fully Connected test names are not unique Change-Id: Ie4654cc1cb4720c51a3114162043562d5cbc6d28 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118126 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- tests/datasets/ShapeDatasets.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/datasets/ShapeDatasets.h') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index a5e03c737f..7d4f2b866d 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -261,9 +261,7 @@ public: TensorShape{ 32U, 37U, 3U, 4U }, // Batch size 8 TensorShape{ 32U, 37U, 3U, 8U }, - TensorShape{ 33U, 35U, 8U, 8U }, - // Arbitrary batch size - TensorShape{ 32U, 37U, 3U, 8U } + TensorShape{ 33U, 35U, 8U, 8U } }) { } -- cgit v1.2.1