Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brightening-eyes committed Sep 10, 2023
1 parent 8e99721 commit f870ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/size.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Size : public Layer
public:
Size();

virtual int forward(const Mat& bottom_blob, mat& top_blob, const Option& opt) const;
virtual int forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const;
};

} // namespace ncnn
Expand Down

0 comments on commit f870ecc

Please sign in to comment.