Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc348 graph->set_is_all_nop_node(opt::IsAllNopNode(graph.get())); in CompileGraphImpl()
413 graph->set_is_all_nop_node(opt::IsAllNopNode(graph.get())); in CompileGraph()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h167 bool IsAllNopNode(const session::KernelGraph *const graph);
Dhelper.cc293 bool IsAllNopNode(const session::KernelGraph *const graph) { in IsAllNopNode() function
323 if (IsAllNopNode(graph) == true) { in HideNopNode()
343 if (IsAllNopNode(graph) == true) { in RemoveNopNode()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_reuse.cc133 is_all_nop_node_ = opt::IsAllNopNode(graph); in InitDynamicKernelRef()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc494 bool is_all_nop_node = opt::IsAllNopNode(graph); in InitSomasInputTensors()