Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/passes/utils/
H A Dfuser_utils.py15 def topo_sort(nodes: NodeList) -> NodeList: function
224 sorted_nodes = topo_sort(nodes)
/aosp_15_r20/external/executorch/backends/vulkan/_passes/
H A Dtag_memory_meta_pass.py29 from torch.fx.passes.utils.fuser_utils import topo_sort
224 sorted_nodes: NodeList = topo_sort(list(graph_module.graph.nodes))
/aosp_15_r20/external/executorch/exir/
H A Dlowered_backend_module.py49 topo_sort,
742 sorted_nodes = topo_sort(node_list)
/aosp_15_r20/external/executorch/backends/qualcomm/utils/
H A Dutils.py360 topo_sort,
375 sorted_nodes = topo_sort(node_list)