Home
last modified time | relevance | path

Searched defs:lift_top_func_graph (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.cc255 auto lift_top_func_graph = item.origin; in GenParameters() local
317 auto lift_top_func_graph = item.origin; in AddParameters() local
510 void Cloner::LiftParameters(const FuncGraphPtr &lift_top_func_graph) { in LiftParameters()