From 37908d9e675a240f65e038796f44691c4c530229 Mon Sep 17 00:00:00 2001 From: Gian Marco Date: Tue, 7 Nov 2017 14:38:22 +0000 Subject: COMPMID-560 - Validation mismatches Gaussian Pyramid Half Scale Change-Id: If09afa444c6b3e91117d1b1a529faa0778457cd3 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/96099 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/datasets/ShapeDatasets.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tests/datasets/ShapeDatasets.h') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 45f5d1c9ff..3dc4566e18 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -135,6 +135,22 @@ public: } }; +/** Data set containing medium 2D tensor shapes. */ +class Medium2DShapes final : public ShapeDataset +{ +public: + Medium2DShapes() + : ShapeDataset("Shape", + { + TensorShape{ 42U, 37U }, + TensorShape{ 57U, 60U }, + TensorShape{ 128U, 64U }, + TensorShape{ 83U, 72U } + }) + { + } +}; + /** Data set containing large tensor shapes. */ class LargeShapes final : public ShapeDataset { -- cgit v1.2.1