From 543036904d5324c4738cdc8b586c301471046c8e Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Thu, 22 Nov 2018 16:14:36 +0000 Subject: COMPMID-1726: Implement CLUnstack. Change-Id: I94b0707d19757c5f5d7ca66d9c47e378867126a3 Reviewed-on: https://review.mlplatform.org/325 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- tests/datasets/ShapeDatasets.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/datasets') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 875f7e8ea1..629c47d54c 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -118,6 +118,8 @@ public: : ShapeDataset("Shape", { TensorShape{ 1U, 7U, 7U }, + TensorShape{ 2U, 5U, 4U }, + TensorShape{ 7U, 7U, 5U }, TensorShape{ 27U, 13U, 37U }, TensorShape{ 128U, 64U, 21U } -- cgit v1.2.1