Home
last modified time | relevance | path

Searched defs:fuse_fx (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dpre_grad.py291 def fuse_fx(gm: torch.fx.GraphModule, example_inputs) -> torch.fx.GraphModule: function
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantize_fx.py204 def fuse_fx( function