Searched refs:InlineClone (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | inline.h | 150 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()
|
D | branch_culling.cc | 583 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/ |
D | func_graph_cloner.h | 122 AnfNodePtr InlineClone(const FuncGraphPtr &func_graph, const FuncGraphPtr &target_func_graph,
|
D | func_graph_cloner.cc | 700 AnfNodePtr InlineClone(const FuncGraphPtr &func_graph, const FuncGraphPtr &target_func_graph, in InlineClone() function
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_helper.cc | 274 auto out = InlineClone(graph_kernel_g, fg, ins, n->input(0)->scope()); in MixedNodesTransToGraph()
|