Home
last modified time | relevance | path

Searched refs:found_node_in_graph (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1002 const bool found_node_in_graph = iter != name_to_node_details_.end(); in ProcessDeviceStats() local
1003 if (!found_node_in_graph && ns.timeline_label().empty()) { in ProcessDeviceStats()
1017 found_node_in_graph ? iter->second.type_string : ns.node_name(); in ProcessDeviceStats()
1021 } else if (found_node_in_graph) { in ProcessDeviceStats()