Searched refs:lift_params (Results 1 – 2 of 2) sorted by relevance
302 AnfNodePtrList *const lift_params, AnfNodePtrList *const input_params) { in AddParameters() argument341 lift_params->push_back(new_param); in AddParameters()484 AnfNodePtrList lift_params; in LiftParameters() local486 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()
95 …rs(const FuncGraphPtr &func_graph, const AnfNodePtrList ¶ms, AnfNodePtrList *const lift_params,