Searched refs:test_list_strings (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_typing.py | 327 def test_list_strings(x): function 334 self.checkScript(test_list_strings, (["hello", "world"],)) 335 self.checkScript(test_list_strings, (["hello", " ", "world", ""],))
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_jit.py | 11881 def test_list_strings(x): function 11888 self.checkScript(test_list_strings, (["hello", "world"],)) 11889 self.checkScript(test_list_strings, (["hello", " ", "world", ""],))
|