Home
last modified time | relevance | path

Searched defs:cnode_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_cloner.cc720 for (auto &cnode_index : func_graph_user->func_graph_cnodes_index()) { in LiftParameters() local
735 for (auto &cnode_index : func_graph->func_graph_cnodes_index()) { in Lift() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Daction.cc842 for (auto &cnode_index : cnodes_index) { in GeneralizeReusingGraph() local
941 …onst auto matcher = [&func_graph](const std::pair<const CNodeIndexPairPtr, int64_t> &cnode_index) { in UsedByVmap()