Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DLocalDispatchKeySet.h82 class C10_API IncludeDispatchKeyGuard {
84 IncludeDispatchKeyGuard(DispatchKeySet);
85 IncludeDispatchKeyGuard(DispatchKey k) in IncludeDispatchKeyGuard() function
86 : IncludeDispatchKeyGuard(DispatchKeySet(k)) {} in IncludeDispatchKeyGuard()
87 IncludeDispatchKeyGuard(const IncludeDispatchKeyGuard&) = delete;
88 IncludeDispatchKeyGuard operator=(const IncludeDispatchKeyGuard&) = delete;
89 IncludeDispatchKeyGuard(IncludeDispatchKeyGuard&&) = delete;
90 IncludeDispatchKeyGuard operator=(IncludeDispatchKeyGuard&&) = delete;
91 ~IncludeDispatchKeyGuard();
H A DLocalDispatchKeySet.cpp48 IncludeDispatchKeyGuard::IncludeDispatchKeyGuard(DispatchKeySet include) in IncludeDispatchKeyGuard() function in c10::impl::IncludeDispatchKeyGuard
55 IncludeDispatchKeyGuard::~IncludeDispatchKeyGuard() { in ~IncludeDispatchKeyGuard()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A Dbackend_fallback_test.cpp89 c10::impl::IncludeDispatchKeyGuard guard(DispatchKey::TESTING_ONLY_GenericMode); in TEST()
114 c10::impl::IncludeDispatchKeyGuard guard(DispatchKey::TESTING_ONLY_GenericMode); in TEST()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp835 py_context_manager<c10::impl::IncludeDispatchKeyGuard, c10::DispatchKey>( in initDispatchBindings()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dinit.cpp84 c10::impl::IncludeDispatchKeyGuard guard_;