Home
last modified time | relevance | path

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

/external/pytorch/c10/core/impl/
DLocalDispatchKeySet.h118 struct C10_API ForceDispatchKeyGuard { struct
120 ForceDispatchKeyGuard() in ForceDispatchKeyGuard() function
122 ForceDispatchKeyGuard(c10::impl::LocalDispatchKeySet key_set) in ForceDispatchKeyGuard() function
123 : ForceDispatchKeyGuard() { in ForceDispatchKeyGuard()
126 ForceDispatchKeyGuard( in ForceDispatchKeyGuard() function
129 : ForceDispatchKeyGuard() { in ForceDispatchKeyGuard()
135 ~ForceDispatchKeyGuard() { in ~ForceDispatchKeyGuard() argument
/external/pytorch/aten/src/ATen/core/
DPythonFallbackKernel.h13 c10::impl::ForceDispatchKeyGuard guard_;
/external/pytorch/aten/src/ATen/functorch/
DDynamicLayer.cpp468 static c10::impl::ForceDispatchKeyGuard
470 return c10::impl::ForceDispatchKeyGuard(key_set); in restoreLocalDispatchKeySetRAII()
/external/pytorch/torch/csrc/utils/
Dpython_dispatch.cpp830 c10::impl::ForceDispatchKeyGuard, in initDispatchBindings()
833 py_context_manager<c10::impl::ForceDispatchKeyGuard>( in initDispatchBindings()
/external/pytorch/torch/csrc/lazy/ts_backend/
Dts_native_functions.cpp485 c10::impl::ForceDispatchKeyGuard guard_(tls_reenable_functionalize); in logsumexp_out()
/external/pytorch/aten/src/ATen/
DFunctionalTensorWrapper.cpp866 c10::impl::ForceDispatchKeyGuard guard_(tls_reenable_functionalize); in functionalize_op_helper()