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