Searched refs:exe_order (Results 1 – 3 of 3) sorted by relevance
52 std::vector<CNodePtr> exe_order = {cnode}; in ConstructKernelGraphBasedOnSingleOp() local53 graph->set_execution_order(exe_order); in ConstructKernelGraphBasedOnSingleOp()
2167 std::vector<CNodePtr> exe_order = {cnode}; in ConstructSingleOpGraph() local2168 graph->set_execution_order(exe_order); in ConstructSingleOpGraph()
898 auto exe_order = graph_ptr->execution_order(); in ActiveOtherGraphParallel() local899 for (size_t i = 0; i < exe_order.size(); i++) { in ActiveOtherGraphParallel()900 auto cur_cnode_ptr = exe_order[i]; in ActiveOtherGraphParallel()