Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h80 std::string GetValueNodeText(const FuncGraphPtr &func_graph, const ValueNodePtr &node);
Danf_ir_utils.cc127 std::string AnfExporter::GetValueNodeText(const FuncGraphPtr &fg, const ValueNodePtr &node) { in GetValueNodeText() function in mindspore::AnfExporter
413 oss << GetValueNodeText(func_graph, node->cast<ValueNodePtr>()); in GetAnfNodeText()