From 57aa98e078fb665e5567e0aef806304f07780077 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Thu, 30 May 2019 13:31:57 +0100 Subject: COMPMID-2377: (Nightly) NEON SpaceToDepthLayer errors Change-Id: I5f76ea3ba66cf00c4d4de22d6700358c982f603d Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1256 Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- tests/datasets/SpaceToDepthDataset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/datasets') diff --git a/tests/datasets/SpaceToDepthDataset.h b/tests/datasets/SpaceToDepthDataset.h index 563a475d79..eb81c9aa1d 100644 --- a/tests/datasets/SpaceToDepthDataset.h +++ b/tests/datasets/SpaceToDepthDataset.h @@ -126,7 +126,7 @@ public: LargeSpaceToDepthLayerDataset() { add_config(TensorShape(128U, 64U, 2U, 1U), TensorShape(64U, 32U, 8U, 1U), 2); - add_config(TensorShape(512U, 64U, 2U, 1U), TensorShape(128U, 16U, 8U, 4U), 2); + add_config(TensorShape(512U, 64U, 2U, 4U), TensorShape(256U, 32U, 8U, 4U), 2); } }; } // namespace datasets -- cgit v1.2.1