Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_pdt.py381 def test_args_complex(real, img): function
384 make_global(test_args_complex)
386 test_args_complex, example_inputs=[(torch.rand(3, 4), torch.rand(3, 4))]
389 self.assertEqual(scripted_fn_complex(arg1, arg2), test_args_complex(arg1, arg2))