Print whether a node is_dead in the executor log statement.
Change: 149043862
This commit is contained in:
parent
c28b1ec2ef
commit
356e599ce5
@ -1553,7 +1553,8 @@ void ExecutorState::Process(TaggedNode tagged_node, int64 scheduled_usec) {
|
||||
|
||||
if (vlog_) {
|
||||
VLOG(1) << "Process node: " << id << " step " << params.step_id << " "
|
||||
<< SummarizeNodeDef(node->def());
|
||||
<< SummarizeNodeDef(node->def())
|
||||
<< " is dead: " << tagged_node.is_dead;
|
||||
}
|
||||
|
||||
Entry* input_tensors = GetInputTensors(input_frame, input_iter);
|
||||
|
Loading…
Reference in New Issue
Block a user