aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/Col2ImLayerDataset.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-09-13 17:20:04 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commite55b40a4d0cc5a82b8f0fd9ffec203ded9f3c63d (patch)
treee7736258428837e3889108909d58592937fe71fd /tests/datasets/Col2ImLayerDataset.h
parent64f1a908841913049ccc0eb941b5b213290d7bf7 (diff)
downloadComputeLibrary-e55b40a4d0cc5a82b8f0fd9ffec203ded9f3c63d.tar.gz
COMPMID-1581: Collapse windows
Change-Id: Iec56c9a96d9736a63f13b65efa33311950f20661 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148572 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/Col2ImLayerDataset.h')
-rw-r--r--tests/datasets/Col2ImLayerDataset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/datasets/Col2ImLayerDataset.h b/tests/datasets/Col2ImLayerDataset.h
index 96a3cab134..b39cedbde6 100644
--- a/tests/datasets/Col2ImLayerDataset.h
+++ b/tests/datasets/Col2ImLayerDataset.h
@@ -128,7 +128,7 @@ public:
add_config(TensorShape(8U, 16U, 3U, 1U), 4U, 4U, 3U);
add_config(TensorShape(8U, 16U, 3U, 3U), 4U, 4U, 3U);
add_config(TensorShape(12U, 20U, 4U, 1U), 5U, 4U, 4U);
- add_config(TensorShape(12U, 20U, 4U, 3U), 5U, 4U, 4U);
+ add_config(TensorShape(12U, 20U, 4U, 3U, 2U), 5U, 4U, 4U);
}
};
@@ -142,7 +142,7 @@ public:
add_config(TensorShape(333U, 280U, 1U, 77U), 14U, 20U, 1U);
add_config(TensorShape(333U, 280U, 77U, 1U), 14U, 20U, 1U);
add_config(TensorShape(120U, 300U, 8U, 3U), 20U, 15U, 8U);
- add_config(TensorShape(233U, 300U, 8U, 3U), 20U, 15U, 8U);
+ add_config(TensorShape(233U, 300U, 8U, 3U, 2U), 20U, 15U, 8U);
add_config(TensorShape(333U, 280U, 12U, 5U), 20U, 14U, 12U);
add_config(TensorShape(177U, 300U, 12U, 5U), 15U, 20U, 12U);
add_config(TensorShape(450U, 400U, 16U, 5U), 20U, 20U, 16U);