提交 e7419d69 编写于 作者: R reyoung

Remove virtual in override

上级 2859532d
...@@ -54,8 +54,8 @@ public: ...@@ -54,8 +54,8 @@ public:
* So reshaping is needed. * So reshaping is needed.
*/ */
void reshape(int batchSize); void reshape(int batchSize);
virtual void forward(PassType passType) override; void forward(PassType passType) override;
virtual void backward(const UpdateCallback& callback = nullptr) override; void backward(const UpdateCallback& callback = nullptr) override;
}; };
} // namespace paddle } // namespace paddle
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册