Home
last modified time | relevance | path

Searched refs:replace_add_with_mul (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_pass_infra.py92 def replace_add_with_mul(gm: torch.fx.GraphModule) -> None: function
112 pm = PassManager(passes=[replace_add_with_mul, replace_mul_with_div])
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_transformations.rst23 def replace_add_with_mul(gm: torch.fx.GraphModule) -> torch.fx.GraphModule: