Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h85 std::string GetOtherValueText(const FuncGraphPtr &func_graph, const ValuePtr &value);
Danf_ir_utils.cc332 std::string AnfExporter::GetOtherValueText(const FuncGraphPtr &, const ValuePtr &value) { in GetOtherValueText() function in mindspore::AnfExporter
382 return GetOtherValueText(func_graph, value); in GetValueText()