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
Update convolution_arm.cpp
add break.
tags/20190908
tpoisonooo
nihui
7 years ago
parent
c4f23ae8ad
commit
1a0459cffe
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/layer/arm/convolution_arm.cpp
+ 1
- 0
src/layer/arm/convolution_arm.cpp
View File
@@ -312,6 +312,7 @@ int Convolution_arm::create_pipeline(const Option& opt)
case 5:
// conv3x3s2
conv3x3s2_transform_kernel_neon(weight_data, weight_3x3s2_data, num_input, num_output);
break;
default:
return -1;
}
Write
Preview
Loading…
Cancel
Save