Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DPythonTorchFunctionTLS.h34 TORCH_API bool torch_function_all_disabled();
H A DPythonTorchFunctionTLS.cpp50 bool torch_function_all_disabled() { in torch_function_all_disabled() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.cpp70 if (at::impl::torch_function_all_disabled()) { in THPModule_isAllDisabledTorchFunction()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp517 _torch_function_all_disabled = at::impl::torch_function_all_disabled(); in init()
532 at::impl::torch_function_all_disabled() && in check()