Home
last modified time | relevance | path

Searched refs:torch_function_mode_enabled (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DPythonTorchFunctionTLS.h32 TORCH_API bool torch_function_mode_enabled();
H A DPythonTorchFunctionTLS.cpp44 bool torch_function_mode_enabled() { in torch_function_mode_enabled() function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinit.cpp875 if (at::impl::torch_function_mode_enabled()) { in set_grad_enabled()
929 if (at::impl::torch_function_mode_enabled()) { in set_multithreading_enabled()
967 if (at::impl::torch_function_mode_enabled()) { in set_view_replay_enabled()
1071 if (at::impl::torch_function_mode_enabled()) { in is_torch_function_mode_enabled()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp317 if (!ignore_mode && at::impl::torch_function_mode_enabled()) in check_has_torch_function()
H A Dpython_arg_parser.h382 return !overloaded_args.empty() || at::impl::torch_function_mode_enabled(); in has_torch_function()
H A Dpython_arg_parser.cpp483 ? at::impl::torch_function_mode_enabled() in handle_torch_function_no_python_arg_parser()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp851 if (!overloaded_args.empty() || at::impl::torch_function_mode_enabled()) { in _maybe_handle_torch_function()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py369 self.torch_function_mode_enabled = torch._C._is_torch_function_mode_enabled()