Home
last modified time | relevance | path

Searched defs:RestorePythonTLSSnapshot (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DPythonFallbackKernel.h7 struct TORCH_API RestorePythonTLSSnapshot { struct
13 c10::impl::ForceDispatchKeyGuard guard_;
H A DPythonFallbackKernel.cpp126 RestorePythonTLSSnapshot::RestorePythonTLSSnapshot() : saved_(safe_get_tls_on_entry()), guard_(safe… in RestorePythonTLSSnapshot() function in at::impl::RestorePythonTLSSnapshot