Searched refs:AddParameters (Results 1 – 5 of 5) sorted by relevance
131 REPEATED_PASS_INSTANCE(AddParameters);
132 REPEATED_PASS_INSTANCE(AddParameters);
95 …void AddParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList ¶ms, AnfNodePtrList *c…
301 void Cloner::AddParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList ¶ms, in AddParameters() function in mindspore::Cloner486 AddParameters(func_graph_user, params, &lift_params, &input_params); in LiftParameters()