Searched refs:nested_tuple_assign (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_typing.py | 469 def nested_tuple_assign(x, y, z): function 474 self.checkScript(nested_tuple_assign, ((1, (2, (3, 4)), (5, 6))))
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 11976 def nested_tuple_assign(x, y, z): function 11981 self.checkScript(nested_tuple_assign, ((1, (2, (3, 4)), (5, 6))))
|