Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dpython_util.h12 std::vector<SourceLocation> TORCH_PYTHON_API GetPythonFrames();
H A Dpython_util.cpp31 std::vector<SourceLocation> GetPythonFrames() { in GetPythonFrames() function
H A Dinit.cpp335 GetPythonFramesFunction() = GetPythonFrames; in initLazyBindings()