aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2018-04-11 10:49:04 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:16 +0000
commit2abb216e1aaeefe65c8a7e6294b4735f0647c927 (patch)
tree0e8be3d71e65b41ccae51796c154a2242e55ee2f /tests/datasets/ShapeDatasets.h
parenta1be5ba07b344794a649510b9bb20968df204f6e (diff)
downloadComputeLibrary-2abb216e1aaeefe65c8a7e6294b4735f0647c927.tar.gz
COMPMID-1045 - Fix shape_to_valid_region_gaussian_pyramid_half()
The utility function shape_to_valid_region_gaussian_pyramid_half() did not calculate correctly the valid regions for levels above 1 Change-Id: Id818efe3b95ce4e0ba1bc57f091d912357a8134a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/127380 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Sanghoon Lee <sanghoon.lee@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index 928ff736bc..8255672430 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -232,7 +232,8 @@ public:
TensorShape{ 42U, 37U },
TensorShape{ 57U, 60U },
TensorShape{ 128U, 64U },
- TensorShape{ 83U, 72U }
+ TensorShape{ 83U, 72U },
+ TensorShape{ 40U, 40U }
})
{
}