From 55b3d1216b4011d86d5f06335e518dc924987ae5 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 9 May 2018 09:59:23 +0100 Subject: COMPMID-1137 OpenCL concatenate width Change-Id: I40faba421281b1cf080fa6a825d04a4366cdaeb0 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/130700 Reviewed-by: Anthony Barbier Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- tests/datasets/ShapeDatasets.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/datasets') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 76cf9a1835..b138a425b9 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -523,6 +523,21 @@ public: } }; +/** Data set containing tensor shapes for WidthConcatenateLayer. */ +class WidthConcatenateLayerShapes final : public ShapeDataset +{ +public: + WidthConcatenateLayerShapes() + : ShapeDataset("Shape", + { + TensorShape{ 232U, 65U, 3U }, + TensorShape{ 432U, 65U, 3U }, + TensorShape{ 124U, 65U, 3U } + }) + { + } +}; + /** Data set containing global pooling tensor shapes. */ class GlobalPoolingShapes final : public ShapeDataset { -- cgit v1.2.1