From d038dafe3810d22c8664ceef4fe49aad77abdbd1 Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Tue, 23 Apr 2019 11:06:33 +0100 Subject: COMPMID-2119: (Nightly) : CLDepthwiseConvolutuion asserts on validate Change-Id: Ib2312af9d4c274ae7dc8a1d27e76b36bf6e76539 Signed-off-by: Usama Arif Reviewed-on: https://review.mlplatform.org/c/1015 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h b/tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h index df054de501..28b34561e2 100644 --- a/tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h +++ b/tests/datasets/DilatedDepthwiseConvolutionLayerDataset.h @@ -93,7 +93,7 @@ public: { add_config(TensorShape(33U, 27U, 11U), Size2D(3U, 3U), PadStrideInfo(1, 2, 0, 1), Size2D(2U, 1U)); add_config(TensorShape(17U, 31U, 2U), Size2D(5U, 9U), PadStrideInfo(1, 2, 1, 1), Size2D(1U, 2U)); - add_config(TensorShape(23U, 27U, 5U), Size2D(11U, 3U), PadStrideInfo(1, 2, 0, 0), Size2D(3U, 3U)); + add_config(TensorShape(23U, 27U, 5U), Size2D(11U, 3U), PadStrideInfo(1, 2, 0, 0), Size2D(1U, 3U)); add_config(TensorShape(17U, 31U, 2U, 3U), Size2D(5U, 9U), PadStrideInfo(1, 2, 1, 1), Size2D(2U, 2U)); add_config(TensorShape(233U, 277U, 55U), Size2D(3U, 3U), PadStrideInfo(2, 1, 0, 0), Size2D(2U, 2U)); add_config(TensorShape(333U, 277U, 77U), Size2D(3U, 3U), PadStrideInfo(3, 2, 1, 0), Size2D(3U, 2U)); -- cgit v1.2.1