Searched refs:replace_mul_with_div (Results 1 – 1 of 1) sorted by relevance
97 def replace_mul_with_div(gm: torch.fx.GraphModule) -> None: function112 pm = PassManager(passes=[replace_add_with_mul, replace_mul_with_div])