Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_split_cat_fx_passes.py1359 def unbind_stack_to_slices(x): function
1454 (unbind_stack_to_slices, 0, 0, 0, 0, 0, 1, 0),
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dsplit_cat.py2308 def unbind_stack_to_slices(match: Match, unbind_input: torch.fx.Node, dim: int): function