release/0.13.0
Yancey1989 8 years ago
parent e9abc66910
commit 147d54ba62

@ -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();
}); });
} }

Loading…
Cancel
Save