Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc399 …if (fg->paramter_obj_nodes().empty() || graphs.size() <= 1 || fg->has_flag(FUNC_GRAPH_OUTPUT_NO_RE… in CombineLikeGraphs()
403 for (auto &fv : fg->paramter_obj_nodes()) { in CombineLikeGraphs()
419 MS_LOG(DEBUG) << "Fg0 paramter_obj_nodes size :" << fg->paramter_obj_nodes().size(); in CombineLikeGraphs()
422 auto &fvs = g->paramter_obj_nodes(); in CombineLikeGraphs()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h362 const std::vector<AnfNodePtr> &paramter_obj_nodes() const { return paramter_obj_nodes_; } in paramter_obj_nodes() function