From 42a95df62139bc28eba612582e232f2eb06d48e9 Mon Sep 17 00:00:00 2001 From: nihui Date: Tue, 10 Oct 2023 10:52:57 +0800 Subject: [PATCH] coverage++ --- tests/test_convolution_3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_convolution_3.cpp b/tests/test_convolution_3.cpp index fa358d0670c..9220f871f1f 100644 --- a/tests/test_convolution_3.cpp +++ b/tests/test_convolution_3.cpp @@ -310,6 +310,7 @@ static int test_convolution_1() || test_convolution_int8(4, 20, 16, 24, 3, 1, 1, 1, 0) || test_convolution_int8(6, 7, 64, 64, 3, 1, 2, 0, 1) || test_convolution_int8(25, 33, 16, 15, 3, 1, 1, 1, 0) + || test_convolution_int8(25, 33, 31, 31, 3, 1, 1, 1, 0) || test_convolution_int8(7, 7, 15, 12, 3, 1, 1, 1, 0) || test_convolution_int8(5, 6, 31, 9, 5, 1, 1, 0, 1) || test_convolution_int8(5, 7, 32, 8, 5, 1, 2, 0, 1)