Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Jul 16, 2023
1 parent 5ae3088 commit 804970b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_convolution_3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ static int test_convolution_1_2()
|| test_convolution_int8(19, 17, 15, 32, 5, 2, 2, 0, 1)
|| test_convolution_int8(19, 17, 16, 32, 5, 2, 2, 0, 0)
|| test_convolution_int8(19, 17, 31, 32, 5, 2, 2, 0, 1)
|| test_convolution_int8(19, 17, 32, 32, 5, 2, 2, 0, 0)
;
|| test_convolution_int8(19, 17, 32, 32, 5, 2, 2, 0, 0);
}
#endif // NCNN_INT8

Expand Down

0 comments on commit 804970b

Please sign in to comment.