Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py2701 def test_ops(op, string_of_function_name, expected_output1, expected_output2): argument
2742 integrated = getattr(raw_tensor, string_of_function_name)(dim=dim)
2750 integrated = getattr(raw_tensor, string_of_function_name)(dim=-1)