Searched refs:node_to_output_nodes (Results 1 – 1 of 1) sorted by relevance
798 std::unordered_map<string, std::vector<const NodeDef*>> node_to_output_nodes; in TopologicalSortNodesWithTimePriority() local803 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()