aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-01-30 10:54:39 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:00 +0000
commitd466c2d25346ec0b4ed1cc122de93c54534107b3 (patch)
tree98a86b821f0c4f2461f2eab60e499f45fcd02191 /tests/datasets/ShapeDatasets.h
parentc0079e9380c0d3963fd3ff9a775b4914169c975f (diff)
downloadComputeLibrary-d466c2d25346ec0b4ed1cc122de93c54534107b3.tar.gz
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 <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h6
1 files changed, 2 insertions, 4 deletions
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 }
})
{
}