Home
last modified time | relevance | path

Searched refs:FuncGraphVector (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h47 explicit Cloner(const FuncGraphVector &func_graphs = {}, bool clone_all_valuenodes = false,
Dfunc_graph_cloner.cc33 Cloner::Cloner(const FuncGraphVector &func_graphs, bool clone_all_valuenodes, bool clone_all_child_… in Cloner()
582 FuncGraphVector func_graphs; in Run()
721 FuncGraphVector func_graphs = {func_graph}; in SpecializerClone()
Danf.h72 using FuncGraphVector = std::vector<FuncGraphPtr>; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc392 FuncGraphVector func_graphs = {fg}; in CombineLikeGraphs()