Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp912 return handle_torch_function_getter(self, T::name); in getter()
978 return handle_torch_function_getter(self, "_cdata"); in THPVariable_get_cdata()
988 return handle_torch_function_getter(self, "_version"); in THPVariable_get_version()
998 return handle_torch_function_getter(self, "grad_fn"); in THPVariable_get_grad_fn()
1026 return handle_torch_function_getter(self, "is_leaf"); in THPVariable_is_leaf()
1110 return handle_torch_function_getter(self, "volatile"); in THPVariable_get_volatile()
1135 return handle_torch_function_getter(self, "output_nr"); in THPVariable_get_output_nr()
1146 return handle_torch_function_getter(self, "requires_grad"); in THPVariable_get_requires_grad()
1159 return handle_torch_function_getter(self, "retains_grad"); in THPVariable_retains_grad()
1172 return handle_torch_function_getter(self, "ndim"); in THPVariable_get_ndim()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h1223 auto handle_torch_function_getter(
H A Dpython_arg_parser.cpp157 auto handle_torch_function_getter( in handle_torch_function_getter() function