From e3d24cee3688b2ddffd5858aba4904bf51398f08 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 24 Aug 2018 14:44:08 +0100 Subject: COMPMID-708 Fix AccessWindowTranspose Change-Id: I68f65b6dea7889d71b4a10021f59e6f0ab82903b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145590 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- tests/datasets/ShapeDatasets.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/datasets/ShapeDatasets.h') 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 } }) { } -- cgit v1.2.1