Home
last modified time | relevance | path

Searched refs:InlineClone (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dinline.h150 return InlineClone(fg, node->func_graph(), args, inputs[0]->scope()); in operator()
176 return InlineClone(fg, node->func_graph(), args, inputs[0]->scope()); in operator()
Dbranch_culling.cc583 auto cloned_g1 = InlineClone(trans_g1, fg, params); in TransformSwitchBranchReplace()
584 auto cloned_g2 = InlineClone(trans_g2, fg, params); in TransformSwitchBranchReplace()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h122 AnfNodePtr InlineClone(const FuncGraphPtr &func_graph, const FuncGraphPtr &target_func_graph,
Dfunc_graph_cloner.cc700 AnfNodePtr InlineClone(const FuncGraphPtr &func_graph, const FuncGraphPtr &target_func_graph, in InlineClone() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc274 auto out = InlineClone(graph_kernel_g, fg, ins, n->input(0)->scope()); in MixedNodesTransToGraph()