Home
last modified time | relevance | path

Searched refs:fx_graph_cse (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Dcse.py4 from torch._functorch.compile_utils import fx_graph_cse
27 new_g = fx_graph_cse(fx_g.graph)
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_memory_efficient_fusion.py13 from torch._functorch.compile_utils import fx_graph_cse
204 new_graph = fx_graph_cse(fx_g.graph)
220 pass_2_graph = fx_graph_cse(new_graph)
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dfreezing.py13 from torch._functorch.compile_utils import fx_graph_cse
104 cse_graph = fx_graph_cse(aot_autograd_gm.graph)
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dcompile_utils.py42 def fx_graph_cse(fx_g: torch.fx.graph.Graph): function
H A Dpartitioners.py33 from .compile_utils import fx_graph_cse, get_aten_target
1768 cse_graph = fx_graph_cse(fx_g)