Searched refs:GetValueNodeText (Results 1 – 2 of 2) sorted by relevance
80 std::string GetValueNodeText(const FuncGraphPtr &func_graph, const ValueNodePtr &node);
127 std::string AnfExporter::GetValueNodeText(const FuncGraphPtr &fg, const ValueNodePtr &node) { in GetValueNodeText() function in mindspore::AnfExporter413 oss << GetValueNodeText(func_graph, node->cast<ValueNodePtr>()); in GetAnfNodeText()