Searched refs:GetOtherValueText (Results 1 – 2 of 2) sorted by relevance
85 std::string GetOtherValueText(const FuncGraphPtr &func_graph, const ValuePtr &value);
332 std::string AnfExporter::GetOtherValueText(const FuncGraphPtr &, const ValuePtr &value) { in GetOtherValueText() function in mindspore::AnfExporter382 return GetOtherValueText(func_graph, value); in GetValueText()