Home
last modified time | relevance | path

Searched defs:func_graph_to_kernel_graphs (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/runtime/graph_scheduler/
Dcontrol_node_parser_test.cc68 …std::vector<KernelGraphPtr> *kernel_graphs, FuncGraphToKernelGraphGroup *func_graph_to_kernel_grap… in BuildGraphs()
171 FuncGraphToKernelGraphGroup func_graph_to_kernel_graphs; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc993 const FuncGraphToKernelGraphGroup &func_graph_to_kernel_graphs) { in Parse()
1510const FuncGraphToKernelGraphGroup &func_graph_to_kernel_graphs) { in ParseDeviceContext()
1521const FuncGraphToKernelGraphGroup &func_graph_to_kernel_graphs) { in ParseDeviceContextForFuncGraph()
1887 for (const auto &func_graph_to_kernel_graphs : func_graph_to_kernel_graph_groups_) { in FetchFuncGraphByKernelGraph() local
Dcontrol_node_scheduler.cc1771 for (const auto &func_graph_to_kernel_graphs : parser->func_graph_to_kernel_graph_groups_) { in LinkDataArrowForKernelActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.cc1554 FuncGraphToKernelGraphGroup func_graph_to_kernel_graphs; in ParseControlNodes() local