Searched refs:SetExcludeDispatchKeyGuard (Results 1 – 1 of 1) sorted by relevance
241 class SetExcludeDispatchKeyGuard { class243 SetExcludeDispatchKeyGuard(at::DispatchKey k, bool set_excluded) in SetExcludeDispatchKeyGuard() function in torch::impl::dispatch::SetExcludeDispatchKeyGuard247 ~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()