提交 051d6c86 编写于 作者: Y Yu Yang

Merge develop

上级 9cc99074
...@@ -23,8 +23,8 @@ namespace framework { ...@@ -23,8 +23,8 @@ namespace framework {
class EmptyOp : public OperatorBase { class EmptyOp : public OperatorBase {
public: public:
void InferShape(const std::shared_ptr<Scope> &scope) const override {} void InferShape(const Scope &scope) const override {}
void Run(const std::shared_ptr<Scope> &scope, void Run(const Scope &scope,
const platform::DeviceContext &dev_ctx) const override {} const platform::DeviceContext &dev_ctx) const override {}
}; };
......
...@@ -22,8 +22,8 @@ class TestOp : public OperatorBase { ...@@ -22,8 +22,8 @@ class TestOp : public OperatorBase {
class EmptyOp : public OperatorBase { class EmptyOp : public OperatorBase {
public: public:
void InferShape(const std::shared_ptr<Scope>& scope) const override {} void InferShape(const Scope& scope) const override {}
void Run(const std::shared_ptr<Scope>& scope, void Run(const Scope& scope,
const platform::DeviceContext& dev_ctx) const override {} const platform::DeviceContext& dev_ctx) const override {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册