From 188708170a51887868a7170c9ee963372bfb9ced Mon Sep 17 00:00:00 2001 From: giuros01 Date: Thu, 13 Sep 2018 09:31:40 +0100 Subject: [COMPMID-1331] Add support for RoIAlign operator in CL Change-Id: Ie215daacd10477309dbf8af1bb2b05b7a0a8f203 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150773 Tested-by: bsgcomp Reviewed-by: Isabella Gottardi Reviewed-by: Pablo Tello --- tests/datasets/ROIPoolingLayerDataset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/datasets') diff --git a/tests/datasets/ROIPoolingLayerDataset.h b/tests/datasets/ROIPoolingLayerDataset.h index a1879d3b54..eb1d165202 100644 --- a/tests/datasets/ROIPoolingLayerDataset.h +++ b/tests/datasets/ROIPoolingLayerDataset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -112,6 +112,8 @@ class SmallROIPoolingLayerDataset final : public ROIPoolingLayerDataset public: SmallROIPoolingLayerDataset() { + add_config(TensorShape(50U, 47U, 1U), ROIPoolingLayerInfo(7U, 7U, 1.f / 8.f), 1U); + add_config(TensorShape(50U, 47U, 3U), ROIPoolingLayerInfo(7U, 7U, 1.f / 8.f), 1U); add_config(TensorShape(50U, 47U, 3U), ROIPoolingLayerInfo(7U, 7U, 1.f / 8.f), 40U); add_config(TensorShape(50U, 47U, 10U), ROIPoolingLayerInfo(7U, 7U, 1.f / 8.f), 80U); add_config(TensorShape(50U, 47U, 80U), ROIPoolingLayerInfo(7U, 7U, 1.f / 8.f), 80U); -- cgit v1.2.1