Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Ddebug_util.h14 TORCH_API std::string GetFirstUserFrameInPython();
H A Ddebug_util.cpp68 std::string GetFirstUserFrameInPython() { in GetFirstUserFrameInPython() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_node.cpp12 return torch::lazy::GetFirstUserFrameInPython(); in GetFirstUserFrameInPythonIfEnabled()