Searched refs:GetDictText (Results 1 – 2 of 2) sorted by relevance
87 std::string GetDictText(const FuncGraphPtr &func_graph, const ValuePtr &value);
315 std::string AnfExporter::GetDictText(const FuncGraphPtr &func_graph, const ValuePtr &value) { in GetDictText() function in mindspore::AnfExporter368 oss << GetDictText(func_graph, value); in GetValueText()