Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_foreach.py743 def test_foreach_add(a0, a1, b0, b1): function
753 out_eager = test_foreach_add(*inps)
754 out_compiled = torch.compile(test_foreach_add)(*inps)
761 def test_foreach_add(a0, a1, a2, b0, b1, b2): function
775 out_eager = test_foreach_add(*inps)
776 out_compiled = torch.compile(test_foreach_add)(*inps)