Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_fx_fusion.py18 PassFunc = Callable[[torch.fx.GraphModule, Any], torch.fx.GraphModule] variable
21 def chain_passes(*passes: PassFunc) -> PassFunc: