Browse Source

fix test conv1d (#5049)

tags/20231027
FhqTreap GitHub 2 years ago
parent
commit
1d7720efe8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_convolution1d.cpp

+ 1
- 1
tests/test_convolution1d.cpp View File

@@ -77,7 +77,7 @@ static int test_convolution1d_0()
const int s = kdsp[i][2];
const int p = kdsp[i][3];
const int b0 = i % 2;
const int b1 = 1 - b1;
const int b1 = 1 - b0;

int ret = 0
|| test_convolution1d(9, 1, 1, k, d, s, p, b0)


Loading…
Cancel
Save