Searched refs:test_args_complex (Results 1 – 1 of 1) sorted by relevance
381 def test_args_complex(real, img): function384 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))