Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp1014 return handle_torch_function_setter(self, "_grad_fn", obj); in THPVariable_set_grad_fn()
1035 return handle_torch_function_setter(self, "data", data); in THPVariable_set_data()
1052 return handle_torch_function_setter(self, "grad", py_grad); in THPVariable_set_grad()
1123 return handle_torch_function_setter(self, "volatile", obj); in THPVariable_set_volatile()
1219 return handle_torch_function_setter((THPVariable*)self, "names", names); in THPVariable_set_names()
1240 return handle_torch_function_setter(self, "requires_grad", obj); in THPVariable_set_requires_grad()
1292 return handle_torch_function_setter(self, "_backward_hooks", obj); in THPVariable_set_backwards_hooks()
1332 return handle_torch_function_setter( in THPVariable_set_post_accumulate_grad_hooks()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h1228 auto handle_torch_function_setter(
H A Dpython_arg_parser.cpp172 auto handle_torch_function_setter( in handle_torch_function_setter() function