Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A DThreadLocalDebugInfo.cpp66 DebugInfoGuard::DebugInfoGuard( in DebugInfoGuard() function in c10::DebugInfoGuard
86 DebugInfoGuard::DebugInfoGuard(std::shared_ptr<ThreadLocalDebugInfo> info) { in DebugInfoGuard() function in c10::DebugInfoGuard
H A DThreadLocalDebugInfo.h58 friend class DebugInfoGuard; variable