Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dcombined_traceback.cpp6 static std::atomic<CapturedTraceback::Python*> python_support_ = nullptr; variable
14 auto p = python_support_.load(); in gather()
183 CapturedTraceback::Python* old_unwinder = python_support_.load(); in addPythonUnwinder()
186 } while (!python_support_.compare_exchange_strong(old_unwinder, p)); in addPythonUnwinder()