Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_split_cat_fx_passes.py177 def split_with_cat(x): function
268 (split_with_cat, 1),
622 def split_with_cat(x): function
637 expected = split_with_cat(*args)
638 actual = torch.compile(split_with_cat)(*args)