We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9abc66 commit 147d54bCopy full SHA for 147d54b
paddle/fluid/framework/details/computation_op_handle.cc
@@ -29,9 +29,7 @@ void ComputationOpHandle::RunImpl() {
29
WaitInputVarGenerated(place_);
30
31
this->RunAndRecordEvent([this] {
32
- VLOG(3) << "begin run op type is " << op_->Type();
33
op_->Run(*scope_->FindVar(kLocalExecScopeName)->Get<Scope *>(), place_);
34
- VLOG(3) << "end run op type is " << op_->Type();
35
});
36
}
37
0 commit comments