This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix test conv1d (
#5049
)
tags/20231027
FhqTreap
GitHub
2 years ago
parent
26a70c9b05
commit
1d7720efe8
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 - b
1
;
const int b1 = 1 - b
0
;
int ret = 0
|| test_convolution1d(9, 1, 1, k, d, s, p, b0)
Write
Preview
Loading…
Cancel
Save