Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dinterpreter.cpp27 static thread_local std::vector<DebugHandle> exception_debug_handles_; variable
50 return exception_debug_handles_; in getInterpretersExceptionDebugHandles()
74 exception_debug_handles_ = std::move(exception_debug_handles); in saveExceptionDebugHandles()