Searched refs:ReorderExecList (Results 1 – 3 of 3) sorted by relevance
279 static void ReorderExecList(NotNull<std::vector<CNodePtr> *> node_list);
1269 AnfAlgo::ReorderExecList(NOT_NULL(&execution_order)); in AdjustKernel()
1846 void AnfRuntimeAlgorithm::ReorderExecList(NotNull<std::vector<CNodePtr> *> node_list) { in ReorderExecList() function in mindspore::session::AnfRuntimeAlgorithm