Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc491 …std::string fv_text = (cnode->func_graph() != func_graph) ? ("$(" + cnode->func_graph()->ToString(… in OutputCNodeText() local
498 ofs << " %" << apply_idx << " = " << fv_text << op_text << "("; in OutputCNodeText()
500 ofs << " %" << apply_idx << " : " << fv_text << type_info << " = " << op_text << "("; in OutputCNodeText()
503 ofs << " " << fv_text << op_text << "("; in OutputCNodeText()