Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dutils.cc434 std::string GetPythonStackStr() { in GetPythonStackStr() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/common/utils/
Dutils.h761 COMMON_EXPORT std::string GetPythonStackStr();
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dmem_tracker.cc95 python_stack = GetPythonStackStr(); in AddTask()