We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a70c9 commit 1d7720eCopy full SHA for 1d7720e
tests/test_convolution1d.cpp
@@ -77,7 +77,7 @@ static int test_convolution1d_0()
77
const int s = kdsp[i][2];
78
const int p = kdsp[i][3];
79
const int b0 = i % 2;
80
- const int b1 = 1 - b1;
+ const int b1 = 1 - b0;
81
82
int ret = 0
83
|| test_convolution1d(9, 1, 1, k, d, s, p, b0)
0 commit comments