Searched refs:test_tuple_assign (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_typing.py | 428 def test_tuple_assign(x): function 436 self.checkScript(test_tuple_assign, (((1, 2), (4, 7)),))
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 11941 def test_tuple_assign(x): function 11949 self.checkScript(test_tuple_assign, (((1, 2), (4, 7)), ))
|