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 compile warnings for unused parameter (
#4131
)
tags/20221128
tpoisonooo
GitHub
3 years ago
parent
0b3d157a62
commit
acbaaa665b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/layer/x86/deconvolution_x86.cpp
+ 0
- 1
src/layer/x86/deconvolution_x86.cpp
View File
@@ -150,7 +150,6 @@ int Deconvolution_x86::forward(const Mat& bottom_blob, Mat& top_blob, const Opti
int w = bottom_blob.w;
int h = bottom_blob.h;
int channels = bottom_blob.c;
size_t elemsize = bottom_blob.elemsize;
int elempack = bottom_blob.elempack;
Write
Preview
Loading…
Cancel
Save