Home
last modified time | relevance | path

Searched refs:ClearOrderList (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc1093 func_graph_->ClearOrderList(); in Run()
1548 fg->ClearOrderList(); in ReAutoMonad()
1557 func_graph->ClearOrderList(); in ReAutoMonad()
1559 fg->ClearOrderList(); in ReAutoMonad()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h389 void ClearOrderList() { order_.clear(); } in ClearOrderList() function