Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dprimal_debug_info.h40 std::vector<NodeDebugInfoPtr> GetCurrentPrimalDebugInfo() { return primal_debug_infos_; } in GetCurrentPrimalDebugInfo() function
Danf.cc41 primal_debug_infos_ = PrimalDebugInfoManager::GetInstance().GetCurrentPrimalDebugInfo(); in CNode()
Danf.h257 primal_debug_infos_ = PrimalDebugInfoManager::GetInstance().GetCurrentPrimalDebugInfo(); in CNode()