Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc558 auto &order_list = func_graph->order_list(); in OutputOrderList() local
559 if (order_list.empty()) { in OutputOrderList()
565 for (auto &node : order_list) { in OutputOrderList()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h375 const OrderedSet<CNodePtr> &order_list() const { return order_; } in order_list() function
377 void set_order_list(OrderedSet<CNodePtr> &&order_list) { order_ = std::move(order_list); } in set_order_list() argument
Dfunc_graph_cloner.cc554 for (auto &cnode : func_graph->order_list()) { in CloneOrderList()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc344 const auto &order_list = func_graph->order_list(); in UpdateOrderList() local
345 for (auto &cnode : order_list) { in UpdateOrderList()
943 for (auto &cnode : g->order_list()) { in GetEffectInfo()
1117 for (auto &cnode : func_graph_->order_list()) { in HandleCNodes()
1450 for (auto &cnode : func_graph_->order_list()) { in NeedUpdateState()