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
comment for reshape flag
tags/20180427
nihuini
8 years ago
parent
aee6552360
commit
4f79b89635
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/layer/reshape.h
+ 4
- 0
src/layer/reshape.h
View File
@@ -29,6 +29,10 @@ public:
virtual int forward(const Mat& bottom_blob, Mat& top_blob) const;
private:
// reshape flag
// 0 = copy from bottom
// -1 = remaining
// -233 = drop this dim (default)
int w;
int h;
int c;
Write
Preview
Loading…
Cancel
Save