Searched refs:GetValueText (Results 1 – 2 of 2) sorted by relevance
129 return GetValueText(fg, node->value()); in GetValueNodeText()309 oss << GetValueText(func_graph, elem); in GetSequenceText()326 oss << "\"" << elem.first << "\": " << GetValueText(func_graph, elem.second); in GetDictText()343 std::string AnfExporter::GetValueText(const FuncGraphPtr &func_graph, const ValuePtr &value) { in GetValueText() function in mindspore::AnfExporter
84 std::string GetValueText(const FuncGraphPtr &func_graph, const ValuePtr &value);