提交 147d54ba 编写于 作者: Y Yancey1989

update

上级 e9abc669
...@@ -29,9 +29,7 @@ void ComputationOpHandle::RunImpl() { ...@@ -29,9 +29,7 @@ void ComputationOpHandle::RunImpl() {
WaitInputVarGenerated(place_); WaitInputVarGenerated(place_);
this->RunAndRecordEvent([this] { this->RunAndRecordEvent([this] {
VLOG(3) << "begin run op type is " << op_->Type();
op_->Run(*scope_->FindVar(kLocalExecScopeName)->Get<Scope *>(), place_); op_->Run(*scope_->FindVar(kLocalExecScopeName)->Get<Scope *>(), place_);
VLOG(3) << "end run op type is " << op_->Type();
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册