Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dpython_compiled_autograd.cpp688 struct LockGuardWithErrorLogs { struct
689 LockGuardWithErrorLogs(std::mutex& mtx) : mtx_(mtx) { in LockGuardWithErrorLogs() function
699 ~LockGuardWithErrorLogs() { in ~LockGuardWithErrorLogs()
703 std::mutex& mtx_;