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 unaryop arm,
fix
#1241
tags/20190908
nihuini
6 years ago
parent
db198be962
commit
91ef4eea4f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/layer/arm/unaryop_arm.cpp
+ 1
- 1
src/layer/arm/unaryop_arm.cpp
View File
@@ -245,7 +245,7 @@ int UnaryOp_arm::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
} // opt.use_packing_layout
#endif // __ARM_NEON
return
0
;
return
UnaryOp::forward_inplace(bottom_top_blob, opt)
;
}
} // namespace ncnn
Write
Preview
Loading…
Cancel
Save