Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable_indexing.cpp339 return handle_torch_function_indexing(self, index); in THPVariable_getitem()
385 return handle_torch_function_indexing(self, holder.get()); in THPVariable_getitem()
438 handle_torch_function_indexing(self, index, py_value)); in THPVariable_setitem()
513 handle_torch_function_indexing(self, index, py_value)); in THPVariable_setitem()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h1234 auto handle_torch_function_indexing(
H A Dpython_arg_parser.cpp628 auto handle_torch_function_indexing( in handle_torch_function_indexing() function