aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ReshapeLayerDataset.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-02-22 12:00:22 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:11 +0000
commitf78625be6890faa8355a73f8a0244257bc90367f (patch)
treebc5b0b9a7c5311b7cca0582536751b1b6932439f /tests/datasets/ReshapeLayerDataset.h
parentf03561b1dd1b83d44a5c20b0ff349c428efb716c (diff)
downloadComputeLibrary-f78625be6890faa8355a73f8a0244257bc90367f.tar.gz
COMPMID-765: Ignore window for StaticWindow valid region.
Change-Id: I3bcb6047b22d122fac9e7e7267bfcb75f4ebdf33 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121792 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/ReshapeLayerDataset.h')
-rw-r--r--tests/datasets/ReshapeLayerDataset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/datasets/ReshapeLayerDataset.h b/tests/datasets/ReshapeLayerDataset.h
index fa938a63ed..6af65a1c20 100644
--- a/tests/datasets/ReshapeLayerDataset.h
+++ b/tests/datasets/ReshapeLayerDataset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -102,6 +102,7 @@ class SmallReshapeLayerDataset final : public ReshapeLayerDataset
public:
SmallReshapeLayerDataset()
{
+ add_config(TensorShape(3U), TensorShape(1U, 1U, 3U));
add_config(TensorShape(16U), TensorShape(4U, 2U, 2U));
add_config(TensorShape(2U, 2U, 8U), TensorShape(4U, 8U));
add_config(TensorShape(3U, 3U, 16U), TensorShape(144U));