Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h89 void InlineCloneParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &params);
Dfunc_graph_cloner.cc207 void Cloner::InlineCloneParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &params) { in InlineCloneParameters() function in mindspore::Cloner
612 InlineCloneParameters(func_graph, item.params); in CloneNodes()