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
ncnnoptimize tool
tags/20190611
nihuini
7 years ago
parent
b81e1f3906
commit
7984ffcb4d
3 changed files
with
1225 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/layer/reorg.h
+1
-1
src/layer/reshape.h
+1223
-0
tools/ncnnoptimize.cpp
+ 1
- 1
src/layer/reorg.h
View File
@@ -35,7 +35,7 @@ public:
virtual int forward(const VkMat& bottom_blob, VkMat& top_blob, VkCompute& cmd, const Option& opt) const;
#endif // NCNN_VULKAN
p
rivate
:
p
ublic
:
int stride;
#if NCNN_VULKAN
+ 1
- 1
src/layer/reshape.h
View File
@@ -35,7 +35,7 @@ public:
virtual int forward(const VkMat& bottom_blob, VkMat& top_blob, VkCompute& cmd, const Option& opt) const;
#endif // NCNN_VULKAN
p
rivate
:
p
ublic
:
// reshape flag
// 0 = copy from bottom
// -1 = remaining
+ 1223
- 0
tools/ncnnoptimize.cpp
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save