Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc478 std::string func_graph_id = fg->debug_info()->get_id(); in OutputStatementComment() local
479 comment << " fg_" << func_graph_id << "=" << fg->ToString(); in OutputStatementComment()