Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc145 void ProcessFuncGraphCall(const CNodePtr &node, std::string *const op_comment);
239 void AnalyzeFailExporter::ProcessFuncGraphCall(const CNodePtr &node, std::string *const op_comment)… in ProcessFuncGraphCall() argument
285 *op_comment = oss.str(); in ProcessFuncGraphCall()
295 std::string op_comment; in OutputCNode() local
296 ProcessFuncGraphCall(cnode, &op_comment); in OutputCNode()
297 if (!op_comment.empty()) { in OutputCNode()
299 …s << " #" << GetAnfNodeText(func_graph, inputs[0], *apply_map) << ".prototype = " << op_comment; in OutputCNode()