Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.h244 …void ParseFirstControlNodeAndKernelGraphForFuncGraph(const std::vector<AnfNodePtr> &control_nodes);
Dcontrol_node_parser.cc1076 ParseFirstControlNodeAndKernelGraphForFuncGraph(control_nodes); in Parse()
2325 void ControlNodeParser::ParseFirstControlNodeAndKernelGraphForFuncGraph(const std::vector<AnfNodePt… in ParseFirstControlNodeAndKernelGraphForFuncGraph() function in mindspore::runtime::ControlNodeParser