Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc302 AnfNodePtrList *const lift_params, AnfNodePtrList *const input_params) { in AddParameters() argument
341 lift_params->push_back(new_param); in AddParameters()
484 AnfNodePtrList lift_params; in LiftParameters() local
486 AddParameters(func_graph_user, params, &lift_params, &input_params); in LiftParameters()
488 if (lift_params.empty()) { in LiftParameters()
492 LiftParameters(cnode.first->first->func_graph(), func_graph_user, lift_params); in LiftParameters()
Dfunc_graph_cloner.h95 …rs(const FuncGraphPtr &func_graph, const AnfNodePtrList &params, AnfNodePtrList *const lift_params,