Reduce log output for each step in direct_session, added previously, from LOG(INFO) to VLOG(1).
Change: 115630069
This commit is contained in:
parent
657d5fecbf
commit
7dd05309b3
@ -293,7 +293,7 @@ Status DirectSession::Run(const NamedTensorList& inputs,
|
|||||||
args.rendezvous = run_state.rendez;
|
args.rendezvous = run_state.rendez;
|
||||||
args.cancellation_manager = cancellation_manager_;
|
args.cancellation_manager = cancellation_manager_;
|
||||||
args.runner = [this](Executor::Args::Closure c) { SchedClosure(c); };
|
args.runner = [this](Executor::Args::Closure c) { SchedClosure(c); };
|
||||||
LOG(INFO) << "Step " << args.step_id << " is for handle "
|
VLOG(1) << "Step " << args.step_id << " is for handle "
|
||||||
<< run_state_args.handle;
|
<< run_state_args.handle;
|
||||||
|
|
||||||
for (const auto& item : executors_and_keys->items) {
|
for (const auto& item : executors_and_keys->items) {
|
||||||
|
Loading…
Reference in New Issue
Block a user