Searched refs:fn_method_and_inplace (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_namedtensor.py | 753 def fn_method_and_inplace(name, *args, **kwargs): function 761 fn_method_and_inplace('add'), 762 fn_method_and_inplace('div'), 763 fn_method_and_inplace('mul'), 764 fn_method_and_inplace('sub'), 765 fn_method_and_inplace('pow'), 766 fn_method_and_inplace('atan2'), 876 def fn_method_and_inplace(name, *args, **kwargs): function 886 fn_method_and_inplace('abs'), 887 fn_method_and_inplace('acos'), [all …]
|