diff --git a/src/layer/reshape.h b/src/layer/reshape.h index 1291c6a5b..e8a847bae 100644 --- a/src/layer/reshape.h +++ b/src/layer/reshape.h @@ -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;