Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc798 std::unordered_map<string, std::vector<const NodeDef*>> node_to_output_nodes; in TopologicalSortNodesWithTimePriority() local
803 node_to_output_nodes[string(ParseTensorName(ndef->input(i)).first)] in TopologicalSortNodesWithTimePriority()
821 for (const NodeDef* n : node_to_output_nodes[ndef->name()]) { in TopologicalSortNodesWithTimePriority()
841 for (const NodeDef* n : node_to_output_nodes[cur.node->name()]) { in TopologicalSortNodesWithTimePriority()