Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp238 return handle_torch_function_no_python_arg_parser( in handle_torch_function()
445 auto handle_torch_function_no_python_arg_parser( in handle_torch_function_no_python_arg_parser() function
608 return handle_torch_function_no_python_arg_parser( in handle_torch_function()
654 return handle_torch_function_no_python_arg_parser( in handle_torch_function_indexing()
H A Dpython_arg_parser.h1212 auto TORCH_PYTHON_API handle_torch_function_no_python_arg_parser(
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp220 handle_torch_function_no_python_arg_parser(
344 PyObject* obj = handle_torch_function_no_python_arg_parser( in dispatch()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp866 handle_torch_function_no_python_arg_parser( in _maybe_handle_torch_function()
H A Dpybind_utils.h1197 handle_torch_function_no_python_arg_parser( in maybeTorchFunctionDispatch()