Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h181 void set_summary_node_exist(bool summary_node_exist) { summary_node_exist_ = summary_node_exist; } in set_summary_node_exist() argument
184 bool summary_node_exist() const { return summary_node_exist_; } in summary_node_exist() function
Dsession_basic.cc1819 if (!graph->summary_node_exist()) { in SetSummaryNodes()
1852 bool exist_summary = graph->summary_node_exist(); in Summary()
Dascend_session.cc650 if (child_graph->summary_node_exist()) { in SetFinalGraphSummaryFlag()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_reuse.cc367 bool summary_exist = graph_->summary_node_exist(); in SetSummaryNodesRefCount()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc260 if (!graph->summary_node_exist()) { in SetSummaryNodesRefCount()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc751 bool summary_exist = graph->summary_node_exist(); in SummaryInputProcess()