aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-07-02 17:52:40 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:10 +0000
commit17d6d3cb0f92517b3764870b85cb7ffd22332556 (patch)
treecf42947e9f5787e6f88f40ea9889f1767f2674ca /tests/datasets/ShapeDatasets.h
parentb7a20237dc4abdb198f0d4cf0e10de100f03f031 (diff)
downloadComputeLibrary-17d6d3cb0f92517b3764870b85cb7ffd22332556.tar.gz
COMPMID-1352: Disable support for 4D softmax layer.
Change-Id: Ia8afabb36e644895d321ded51a6a0676347443e1 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138387 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index 68263c7793..766530b0d7 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -627,7 +627,7 @@ public:
: ShapeDataset("Shape",
{
TensorShape{ 9U, 9U },
- TensorShape{ 128U, 10U, 2U },
+ TensorShape{ 128U, 10U },
})
{
}
@@ -641,11 +641,9 @@ public:
: ShapeDataset("Shape",
{
TensorShape{ 9U, 9U },
- TensorShape{ 256U, 10U, 2U },
- TensorShape{ 353U, 8U, 2U, 2U },
- TensorShape{ 512U, 7U, 2U, 2U },
- TensorShape{ 633U, 10U, 1U, 2U },
- TensorShape{ 781U, 5U, 2U },
+ TensorShape{ 256U, 10U },
+ TensorShape{ 353U, 8U },
+ TensorShape{ 781U, 5U },
})
{
}
@@ -659,8 +657,7 @@ public:
: ShapeDataset("Shape",
{
TensorShape{ 1000U, 10U },
- TensorShape{ 3989U, 10U, 2U },
- TensorShape{ 4098U, 8U, 1U, 2U },
+ TensorShape{ 3989U, 10U },
TensorShape{ 7339U, 11U },
})
{