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.cc825 std::unordered_map<string, std::vector<const NodeDef*>> node_to_output_nodes; in TopologicalSortNodesWithTimePriority() local
830 node_to_output_nodes[string(ParseTensorName(ndef->input(i)).first)] in TopologicalSortNodesWithTimePriority()
848 for (const NodeDef* n : node_to_output_nodes[ndef->name()]) { in TopologicalSortNodesWithTimePriority()
868 for (const NodeDef* n : node_to_output_nodes[cur.node->name()]) { in TopologicalSortNodesWithTimePriority()