Home
last modified time | relevance | path

Searched defs:kernel_graphs (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/runtime/graph_scheduler/
Dcontrol_node_parser_test.cc68std::vector<KernelGraphPtr> *kernel_graphs, FuncGraphToKernelGraphGroup *func_graph_to_kernel_grap… in BuildGraphs()
170 std::vector<KernelGraphPtr> kernel_graphs; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc1507 const std::vector<KernelGraphPtr> &kernel_graphs, in ParseDeviceContext()
1518 …d ControlNodeParser::ParseDeviceContextForFuncGraph(const std::vector<KernelGraphPtr> &kernel_grap… in ParseDeviceContextForFuncGraph()
2368 for (const auto &kernel_graphs : graph_group_iter->second) { in ParseFirstControlNodeAndKernelGraphForFuncGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/graph_compiler/
Dbackend_base.cc1558 std::vector<KernelGraphPtr> kernel_graphs; in ParseControlNodes() local