提交 fb27c9a5 编写于 作者: T tangwei12

bug fix

上级 1cb0ab36
......@@ -124,7 +124,7 @@ bool RequestCheckpointHandler::Handle(const std::string& varname,
framework::Variable* invar,
framework::Variable** outvar,
const std::string& out_var_name) {
executor_->RunPreparedContext(checkpoint_prepared_ctx_, scope);
executor_->RunPreparedContext(checkpoint_prepared_ctx_.get(), scope);
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册