Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_pdt.py412 def test_list_and_tuple(a): function
415 make_global(test_list_and_tuple)
418 test_list_and_tuple, example_inputs=[([4.9, 8.9],)]
421 scripted_fn_float_list_input([11.9, 7.6]), test_list_and_tuple([11.9, 7.6])
425 test_list_and_tuple, example_inputs=[([True, False, True],)]
429 test_list_and_tuple([True, True, True]),
433 test_list_and_tuple, example_inputs=[([3, 4, 5],)]
436 scripted_fn_int_list_input([1, 2, 3]), test_list_and_tuple([1, 2, 3])
440 test_list_and_tuple, example_inputs=[((4.9, 8.9),)]
443 scripted_fn_float_tuple_input((11.9, 7.6)), test_list_and_tuple((11.9, 7.6))
[all …]