Print whether a node is_dead in the executor log statement.

Change: 149043862
This commit is contained in:
Suharsh Sivakumar 2017-03-02 13:58:24 -08:00 committed by TensorFlower Gardener
parent c28b1ec2ef
commit 356e599ce5

View File

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