Home
last modified time | relevance | path

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

/external/pytorch/test/inductor/
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),
/external/pytorch/torch/_inductor/fx_passes/
Dsplit_cat.py2308 def unbind_stack_to_slices(match: Match, unbind_input: torch.fx.Node, dim: int): function