Home
last modified time | relevance | path

Searched defs:mode_key (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DTorchDispatchModeTLS.cpp125 TorchDispatchModeTLS::get_mode(TorchDispatchModeKey mode_key) { in get_mode()
131 TorchDispatchModeKey mode_key) { in set_mode()
149 TorchDispatchModeTLS::unset_mode(TorchDispatchModeKey mode_key) { in unset_mode()
185 std::string to_string(TorchDispatchModeKey mode_key) { in to_string()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinit.cpp1138 std::optional<c10::impl::TorchDispatchModeKey> mode_key = std::nullopt; in push_on_torch_dispatch_stack() local
1162 std::optional<c10::impl::TorchDispatchModeKey> mode_key = std::nullopt; in pop_torch_dispatch_stack() local
1210 auto mode_key = py::cast<c10::impl::TorchDispatchModeKey>(maybe_mode_key_obj); in set_dispatch_mode() local
1225 auto mode_key = py::cast<c10::impl::TorchDispatchModeKey>(arg); in get_dispatch_mode() local
1241 auto mode_key = py::cast<c10::impl::TorchDispatchModeKey>(arg); in unset_dispatch_mode() local
/aosp_15_r20/external/pytorch/torch/
H A D_ops.py503 def unset_mode_pre_dispatch(mode_key, schema_check=False): argument
597 def _get_dispatch_mode_pre_dispatch(mode_key): argument