Skip to content

Commit

Permalink
coverage++
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Oct 10, 2023
1 parent 35e3de9 commit 42a95df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_convolution_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42a95df

Please sign in to comment.