Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1305 auto call_child_graphs = AnfAlgo::GetCallSwitchKernelGraph(call_node->cast<CNodePtr>()); in UpdateChildGraphOrder() local
1306 for (const auto &child_graph : call_child_graphs) { in UpdateChildGraphOrder()