Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_pdt.py462 def test_nested_list(inp): function
473 make_global(test_nested_list, test_nested_tuple)
488 test_nested_list,
513 test_nested_list(
531 test_nested_list,
556 test_nested_list(
H A Dtest_typing.py221 def test_nested_list(self): member in TestTyping