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.cpp65 std::vector<DebugHandle> exception_debug_handles; in saveExceptionDebugHandles() local
69 exception_debug_handles.push_back(*handle); in saveExceptionDebugHandles()
71 exception_debug_handles.push_back(-1); in saveExceptionDebugHandles()
74 exception_debug_handles_ = std::move(exception_debug_handles); in saveExceptionDebugHandles()