Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h98 …void OrderParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &inputs, size_t arg_star…
Dfunc_graph_cloner.cc424 OrderParameters(func_graph, inputs, caller_first_arg_index); in AddInputs()
427 void Cloner::OrderParameters(const FuncGraphPtr &func_graph, const AnfNodePtrList &inputs, size_t a… in OrderParameters() function in mindspore::Cloner