aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-10-19 15:46:19 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:45 +0000
commite6dbde0128bf33b5d72a00c480bd92c290fd17b7 (patch)
tree1e5f501a536b7b991ff54430f377b37e37d6d929 /tests/datasets
parentbcf8a968da4b26926df8bb770df16d82146bcb54 (diff)
downloadComputeLibrary-e6dbde0128bf33b5d72a00c480bd92c290fd17b7.tar.gz
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 <pablo.tello@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets')
-rw-r--r--tests/datasets/ShapeDatasets.h3
1 files changed, 2 insertions, 1 deletions
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 }
})
{
}