From 64f1a908841913049ccc0eb941b5b213290d7bf7 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 18 Sep 2018 13:42:51 +0100 Subject: COMPMID-1591: Fix NEPoolingLayer for NHWC Restore window step across width to 4 for FP32 instead of the whole row as the kernel code was inconsistent with this decision. Change-Id: I7c4dcdf960b8cbc970a36fa1df39df2c6f000c86 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148908 Reviewed-by: Michalis Spyrou Reviewed-by: Anthony Barbier Tested-by: bsgcomp --- tests/datasets/ShapeDatasets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/datasets') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index 5ec3d4c5cb..483fada5d8 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -164,8 +164,8 @@ public: { // Batch size 1 TensorShape{ 11U, 11U }, - TensorShape{ 27U, 13U, 2U }, - TensorShape{ 128U, 64U, 1U, 3U }, + TensorShape{ 27U, 13U, 7U }, + TensorShape{ 31U, 27U, 17U, 2U }, // Batch size 4 TensorShape{ 11U, 11U, 3U, 4U }, TensorShape{ 27U, 13U, 2U, 4U }, -- cgit v1.2.1