From e6dbde0128bf33b5d72a00c480bd92c290fd17b7 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 19 Oct 2018 15:46:19 +0100 Subject: COMPMID-1667: Add 4D tensors support to CLWidthConcatenateLayerKernel Change-Id: Ibc0b1242804c2fdb183825406e3c78bd0d1d3564 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/154368 Reviewed-by: Pablo Tello Tested-by: bsgcomp --- tests/datasets/ShapeDatasets.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/datasets') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 483fada5d8..ffacf34620 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -730,7 +730,8 @@ public: { TensorShape{ 232U, 65U, 3U }, TensorShape{ 432U, 65U, 3U }, - TensorShape{ 124U, 65U, 3U } + TensorShape{ 124U, 65U, 3U }, + TensorShape{ 124U, 65U, 3U, 4U } }) { } -- cgit v1.2.1