Searched refs:TransformableClone (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | env_item_eliminate.h | 58 auto new_fg = TransformableClone(fg, std::make_shared<TraceTransform>(ss.str())); in operator() 113 auto new_fg_outer = TransformableClone(fg, std::make_shared<TraceTransform>(ss.str())); in operator() 120 auto new_fg = TransformableClone(fg_inner, std::make_shared<TraceTransform>(ss.str())); in operator()
|
D | specialize_transform.h | 53 FuncGraphPtr new_fg = TransformableClone(func_graph, std::make_shared<TraceTransform>("sp")); in operator()
|
D | ref_eliminate.h | 43 auto new_fg = TransformableClone(fg, std::make_shared<TraceTransform>("GetRefValue")); in operator()
|
D | incorporate_call.h | 50 FuncGraphPtr new_fg = TransformableClone(fg, std::make_shared<TraceTransform>("call")); in operator()
|
D | incorporate_getitem.h | 54 auto new_fg = TransformableClone(fg, std::make_shared<TraceTransform>(ss.str())); in operator() 96 auto new_fg_outer = TransformableClone(fg, std::make_shared<TraceTransform>(ss.str())); in operator() 105 auto new_fg = TransformableClone(fg_inner, std::make_shared<TraceTransform>(ss.str())); in operator() 220 auto new_fg = TransformableClone(fg, std::make_shared<TraceTransform>("tp_use")); in ShrinkUnsedOutput()
|
D | inline.h | 271 auto new_fg = TransformableClone(fg); in SimplifyAfterParameter()
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph_cloner.h | 129 FuncGraphPtr TransformableClone(const FuncGraphPtr &func_graph,
|
D | func_graph_cloner.cc | 734 FuncGraphPtr TransformableClone(const FuncGraphPtr &func_graph, const TraceInfoPtr &relation) { in TransformableClone() function
|