Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h119 std::unordered_map<FuncGraphPtr, AnfNodePtrList> repl_func_graph_params_; variable
Dfunc_graph_cloner.cc272repl_func_graph_params_[func_graph].push_back(AddParameter(func_graph, utils::cast<AnfNodePtr>(fre… in GenParameters()
500 auto iter = repl_func_graph_params_.find(func_graph); in Lift()
501 if (iter != repl_func_graph_params_.end()) { in Lift()