Searched refs:_detect_infra_mode (Results 1 – 4 of 4) sorted by relevance
19 from torch.utils._python_dispatch import _detect_infra_mode138 proxy_mode = _detect_infra_mode(torch._C._TorchDispatchModeKey.PROXY)
238 functional_tensor_mode = torch.utils._python_dispatch._detect_infra_mode(684 functional_tensor_mode = torch.utils._python_dispatch._detect_infra_mode(
15 _detect_infra_mode,244 functional_mode = _detect_infra_mode(torch._C._TorchDispatchModeKey.FUNCTIONAL)281 if _detect_infra_mode(torch._C._TorchDispatchModeKey.FUNCTIONAL).export:
134 def _detect_infra_mode(key): function