Searched refs:InlineCloneParameters (Results 1 – 2 of 2) sorted by relevance
89 void InlineCloneParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList ¶ms);
207 void Cloner::InlineCloneParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList ¶ms) { in InlineCloneParameters() function in mindspore::Cloner612 InlineCloneParameters(func_graph, item.params); in CloneNodes()