Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp241 class SetExcludeDispatchKeyGuard { class
243 SetExcludeDispatchKeyGuard(at::DispatchKey k, bool set_excluded) in SetExcludeDispatchKeyGuard() function in torch::impl::dispatch::SetExcludeDispatchKeyGuard
247 ~SetExcludeDispatchKeyGuard() { in ~SetExcludeDispatchKeyGuard()
250 SetExcludeDispatchKeyGuard(const SetExcludeDispatchKeyGuard&) = delete;
251 SetExcludeDispatchKeyGuard operator=(const SetExcludeDispatchKeyGuard&) =
253 SetExcludeDispatchKeyGuard(SetExcludeDispatchKeyGuard&&) = delete;
254 SetExcludeDispatchKeyGuard operator=(SetExcludeDispatchKeyGuard&&) = delete;
839 py_context_manager<SetExcludeDispatchKeyGuard, c10::DispatchKey, bool>( in initDispatchBindings()