Home
last modified time | relevance | path

Searched defs:overloaded_args (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/utils/
Dpython_arg_parser.cpp282 at::ArrayRef<PyObject*> overloaded_args, in dispatch_on_subclass()
446 at::ArrayRef<PyObject*> overloaded_args, in handle_torch_function_no_python_arg_parser()
704 std::vector<PyObject*>* overloaded_args, in append_overloaded_arg()
740 std::vector<PyObject*>* overloaded_args, in append_overloaded_tensor()
746 std::vector<PyObject*>* overloaded_args, in append_overloaded_type()
753 std::vector<PyObject*>* overloaded_args) { in is_tensor_and_append_overloaded()
790 std::vector<PyObject*>* overloaded_args, in is_tensor_list_and_append_overloaded()
901 std::vector<PyObject*>& overloaded_args, in check()
1468 std::vector<PyObject*>& overloaded_args, in parse()
1653 std::vector<PyObject*> overloaded_args; in raw_parse() local
[all …]
Dpython_arg_parser.h229 std::vector<PyObject*> overloaded_args; // NOTE: borrowed references member
/external/pytorch/torch/csrc/
DPyInterpreter.cpp194 std::vector<PyObject*> overloaded_args; local
315 std::vector<PyObject*> overloaded_args; in dispatch() local
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp827 std::vector<PyObject*> overloaded_args; in _maybe_handle_torch_function() local
Dpybind_utils.h1171 std::vector<PyObject*> overloaded_args; in maybeTorchFunctionDispatch() local