Skip to content

Commit

Permalink
c++
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Feb 7, 2025
1 parent 6f6d91c commit 1578d25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_convolution_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ static int test_convolution_1()
|| test_convolution_int8(16, 10, 31, 32, 2, 1, 3, 0, 0)
|| test_convolution_int8(5, 10, 5, 32, 3, 2, 1, 0, 1)
|| test_convolution_int8(3, 9, 16, 13, 2, 2, 1, 0, 0)
|| test_convolution_int8(33, 5, 15, 5, 2, 1, 3, 0, 1);
|| test_convolution_int8(33, 5, 15, 5, 2, 1, 3, 0, 1)
|| test_convolution_int8(23, 11, 33, 28, 5, 1, 1, 0, 1)
|| test_convolution_int8(3, 63, 2, 28, 2, 1, 2, 0, 0);
}

static int test_convolution_1_2()
Expand Down

0 comments on commit 1578d25

Please sign in to comment.