Home
last modified time | relevance | path

Searched refs:exe_order (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsingle_kernel_graph.cc52 std::vector<CNodePtr> exe_order = {cnode}; in ConstructKernelGraphBasedOnSingleOp() local
53 graph->set_execution_order(exe_order); in ConstructKernelGraphBasedOnSingleOp()
Dsession_basic.cc2167 std::vector<CNodePtr> exe_order = {cnode}; in ConstructSingleOpGraph() local
2168 graph->set_execution_order(exe_order); in ConstructSingleOpGraph()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc898 auto exe_order = graph_ptr->execution_order(); in ActiveOtherGraphParallel() local
899 for (size_t i = 0; i < exe_order.size(); i++) { in ActiveOtherGraphParallel()
900 auto cur_cnode_ptr = exe_order[i]; in ActiveOtherGraphParallel()