Browse Source

comment for reshape flag

tags/20180427
nihuini 8 years ago
parent
commit
4f79b89635
1 changed files with 4 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save