Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc219 std::queue<AnfNodePtr> communication_descendants; in SetExecOrderByDefault() local
224 … EnqueueActiveNodes(delay_comm_stack.front(), &communication_descendants, &visited_nodes, false); in SetExecOrderByDefault()
231 while (!zero_input_nodes.empty() || !communication_descendants.empty()) { in SetExecOrderByDefault()
234 if (communication_descendants.empty()) { in SetExecOrderByDefault()
238 node = communication_descendants.front(); in SetExecOrderByDefault()
239 communication_descendants.pop(); in SetExecOrderByDefault()
259 … EnqueueActiveNodes(delay_comm_stack.front(), &communication_descendants, &visited_nodes, false); in SetExecOrderByDefault()
266 EnqueueActiveNodes(node, &communication_descendants, &visited_nodes); in SetExecOrderByDefault()