Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dparameter_eliminate.h62 const auto &fg_caller_and_indexes = fg->func_graph_cnodes_index(); in GetCallers()
Dpartial_eliminate.h69 if (fg->func_graph_cnodes_index().size() != 1) { in operator()
160 if (fg->func_graph_cnodes_index().size() != 1) { in CheckFuncGraphAndArgs()
Dinline.h366 const auto &users = fg->func_graph_cnodes_index(); in IsUniqueUse()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc198 auto &cnodes = func_graph->func_graph_cnodes_index(); in CloneFuncGraphValueNodes()
491 for (auto &cnode : func_graph_user->func_graph_cnodes_index()) { in LiftParameters()
503 for (auto &cnode : func_graph->func_graph_cnodes_index()) { in Lift()
Dfunc_graph.cc387 const CNodeIndexCounterMap &FuncGraph::func_graph_cnodes_index() const { return func_graph_cnodes_i… in func_graph_cnodes_index() function in mindspore::FuncGraph
390 auto &others = source->func_graph_cnodes_index(); in CopyFuncGraphCNodesIndex()
Dfunc_graph.h317 const CNodeIndexCounterMap &func_graph_cnodes_index() const;
Dmanager.cc445 auto &users_cnode_index = func_graph->func_graph_cnodes_index(); in MaybeDropFuncGraphs()
/third_party/mindspore/tests/ut/cpp/ir/
Dmanager_test.cc409 ASSERT_EQ(0, f->func_graph_cnodes_index().size()); in TEST_F()
410 ASSERT_EQ(1, g->func_graph_cnodes_index().size()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.cc838 for (auto &entry : primal_graph->func_graph_cnodes_index()) { in FindPrimalJPair()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc790 auto &users = func_graph->func_graph_cnodes_index(); in ForEachRealArguments()