Searched refs:nested_tuple_unpack (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_typing.py | 368 def nested_tuple_unpack(x, y): function 375 self.checkScript(nested_tuple_unpack, ([1, 3, 5], [2, 4, 6]))
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 11922 def nested_tuple_unpack(x, y): function 11929 self.checkScript(nested_tuple_unpack, ([1, 3, 5], [2, 4, 6]))
|