Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc129 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
Danf_ir_utils.h84 std::string GetValueText(const FuncGraphPtr &func_graph, const ValuePtr &value);