Home
last modified time | relevance | path

Searched refs:is_tensor_and_append_overloaded (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp640 is_tensor_and_append_overloaded(self, &overridable_args); in handle_torch_function_indexing()
644 is_tensor_and_append_overloaded(obj, &overridable_args); in handle_torch_function_indexing()
647 is_tensor_and_append_overloaded(val, &overridable_args); in handle_torch_function_indexing()
751 bool is_tensor_and_append_overloaded( in is_tensor_and_append_overloaded() function
802 if (!is_tensor_and_append_overloaded(iobj, overloaded_args)) { in is_tensor_list_and_append_overloaded()
906 if (is_tensor_and_append_overloaded(obj, &overloaded_args)) { in check()
H A Dpython_arg_parser.h1248 bool is_tensor_and_append_overloaded(
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp830 is_tensor_and_append_overloaded(args[i].ptr(), &overloaded_args); in _maybe_handle_torch_function()
844 is_tensor_and_append_overloaded(item.second.ptr(), &overloaded_args); in _maybe_handle_torch_function()
H A Dpybind_utils.h1174 is_tensor_and_append_overloaded(arg.ptr(), &overloaded_args); in maybeTorchFunctionDispatch()
1188 is_tensor_and_append_overloaded(item.second.ptr(), &overloaded_args); in maybeTorchFunctionDispatch()