Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.h40 void GetEvalStackInfo(std::ostringstream &oss);
Dtrace.cc382 void GetEvalStackInfo(std::ostringstream &oss) { in GetEvalStackInfo() function
473 GetEvalStackInfo(trace_info); in GetTraceStackInfo()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc99 trace::GetEvalStackInfo(oss); in PynativeExecutorTry()