Searched refs:topo_sort (Results 1 – 4 of 4) sorted by relevance
15 def topo_sort(nodes: NodeList) -> NodeList: function224 sorted_nodes = topo_sort(nodes)
29 from torch.fx.passes.utils.fuser_utils import topo_sort224 sorted_nodes: NodeList = topo_sort(list(graph_module.graph.nodes))
49 topo_sort,742 sorted_nodes = topo_sort(node_list)
360 topo_sort,375 sorted_nodes = topo_sort(node_list)