Searched refs:GetPythonFramesFunction (Results 1 – 5 of 5) sorted by relevance
58 std::function<std::vector<SourceLocation>()>& GetPythonFramesFunction() { in GetPythonFramesFunction() function70 if (!torch::lazy::GetPythonFramesFunction()) { in GetFirstUserFrameInPython()74 auto frames = torch::lazy::GetPythonFramesFunction()(); in GetFirstUserFrameInPython()120 std::vector<SourceLocation> frames = GetPythonFramesFunction()(); in GetTensorsGraphInfo()
12 GetPythonFramesFunction();
102 meta.frame_info = torch::lazy::GetPythonFramesFunction()(); in GetMetaDataIfDebugging()
85 GetPythonFramesFunction() = [&]() -> std::vector<SourceLocation> { in TEST()
335 GetPythonFramesFunction() = GetPythonFrames; in initLazyBindings()