Skip to content

Commit 1578d25

Browse files
committed
c++
1 parent 6f6d91c commit 1578d25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_convolution_3.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ static int test_convolution_1()
369369
|| test_convolution_int8(16, 10, 31, 32, 2, 1, 3, 0, 0)
370370
|| test_convolution_int8(5, 10, 5, 32, 3, 2, 1, 0, 1)
371371
|| test_convolution_int8(3, 9, 16, 13, 2, 2, 1, 0, 0)
372-
|| test_convolution_int8(33, 5, 15, 5, 2, 1, 3, 0, 1);
372+
|| test_convolution_int8(33, 5, 15, 5, 2, 1, 3, 0, 1)
373+
|| test_convolution_int8(23, 11, 33, 28, 5, 1, 1, 0, 1)
374+
|| test_convolution_int8(3, 63, 2, 28, 2, 1, 2, 0, 0);
373375
}
374376

375377
static int test_convolution_1_2()

0 commit comments

Comments
 (0)