Home
last modified time | relevance | path

Searched refs:GetDictText (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h87 std::string GetDictText(const FuncGraphPtr &func_graph, const ValuePtr &value);
Danf_ir_utils.cc315 std::string AnfExporter::GetDictText(const FuncGraphPtr &func_graph, const ValuePtr &value) { in GetDictText() function in mindspore::AnfExporter
368 oss << GetDictText(func_graph, value); in GetValueText()