Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/runtime/graph_scheduler/
Dcontrol_node_parser_test.cc69 auto root_func_graph = BuildFuncGraph(); in BuildGraphs() local
Dgraph_scheduler_test.cc46 auto root_func_graph = BuildFuncGraph(); in BuildGraphs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstatic_analysis.h325 FuncGraphPtr root_func_graph() const { return root_func_graph_.lock(); } in root_func_graph() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_cloner.cc770 for (const auto &root_func_graph : roots) { in LiftParameters() local