aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2018-08-24 14:44:08 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commite3d24cee3688b2ddffd5858aba4904bf51398f08 (patch)
tree5f8d66c3b34ce5cd64afd5a25cc737d9910a03c8 /tests/datasets/ShapeDatasets.h
parent427bbbf939a37150fd6768c29c9753771806dab3 (diff)
downloadComputeLibrary-e3d24cee3688b2ddffd5858aba4904bf51398f08.tar.gz
COMPMID-708 Fix AccessWindowTranspose
Change-Id: I68f65b6dea7889d71b4a10021f59e6f0ab82903b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145590 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index 57bb9d01b0..4d75a16e47 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -45,7 +45,10 @@ public:
Small1DShapes()
: ShapeDataset("Shape",
{
- TensorShape{ 256U }
+ TensorShape{ 128U },
+ TensorShape{ 256U },
+ TensorShape{ 512U },
+ TensorShape{ 1024U }
})
{
}