aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets_new
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-21 17:41:02 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit3ce3ff4e7133942e75fceae8f317104644d88bea (patch)
tree62b9ad8922fc0ccde231dbccde4f60328a645b53 /tests/datasets_new
parenta2611815f278334c801094d095901d36e111c3f9 (diff)
downloadComputeLibrary-3ce3ff4e7133942e75fceae8f317104644d88bea.tar.gz
COMPMID-415: Move DepthConcatenateLayer to new validation
Change-Id: I3e594d5800f563ba9af3195b7db2b6d3e32012dd Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81340 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/datasets_new')
-rw-r--r--tests/datasets_new/ShapeDatasets.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/datasets_new/ShapeDatasets.h b/tests/datasets_new/ShapeDatasets.h
index 690e401757..ba142cae0c 100644
--- a/tests/datasets_new/ShapeDatasets.h
+++ b/tests/datasets_new/ShapeDatasets.h
@@ -55,8 +55,9 @@ public:
Small2DShapes()
: ShapeDataset("Shape",
{
- TensorShape{ 5U, 5U },
- TensorShape{ 640U, 480U }
+ TensorShape{ 7U, 7U },
+ TensorShape{ 27U, 13U },
+ TensorShape{ 128U, 64U }
})
{
}
@@ -100,6 +101,7 @@ public:
: ShapeDataset("Shape",
{
TensorShape{ 1920U, 1080U },
+ TensorShape{ 1245U, 652U },
TensorShape{ 4160U, 3120U }
})
{