Home
last modified time | relevance | path

Searched defs:func_graphs (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc42 AnfNodePtrList ExpandMultiJ(const FuncGraphVector &func_graphs, const OptimizerPtr &optimizer) { in ExpandMultiJ()
88 FuncGraphVector func_graphs; in operator ()() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dgraph_optimizer.cc54 std::vector<FuncGraphPtr> func_graphs; in Optimize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/ad/
Dgrad.cc47 …tialEliminateMulti(const pipeline::ResourceBasePtr &resource, const FuncGraphVector &func_graphs) { in PartialEliminateMulti()
95 …Vector LiftFvMulti(const pipeline::ResourceBasePtr &resource, const FuncGraphVector &func_graphs) { in LiftFvMulti()
219 FuncGraphVector GradMultiFuncGraph(const FuncGraphVector &func_graphs, const opt::OptimizerPtr &opt… in GradMultiFuncGraph()
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dfunc_graph_cloner.cc54 Cloner::Cloner(const FuncGraphVector &func_graphs, bool clone_all_valuenodes, bool clone_all_child_… in Cloner()
747 const auto &func_graphs = BroadFirstSearchGraphUsed(root_fg, lifting_func_graph_filter()); in SetEdgesBfs() local
757 … const auto &func_graphs = BroadFirstSearchGraphUsed(todo_func_graph, lifting_func_graph_filter()); in LiftParameters() local
838 FuncGraphVector func_graphs; in Run() local
1016 FuncGraphVector LiftingCloneMulti(const FuncGraphVector &func_graphs) { in LiftingCloneMulti()
1038 FuncGraphVector func_graphs = {func_graph}; in SpecializerClone() local
Dmanager.cc169 FuncGraphManagerPtr MakeManager(const std::vector<FuncGraphPtr> &func_graphs, bool manage, bool dro… in MakeManager()
175 FuncGraphManagerPtr Manage(const std::vector<FuncGraphPtr> &func_graphs, bool manage, bool drop_unu… in Manage()
205 std::vector<FuncGraphPtr> func_graphs = {func_graph}; in Manage() local
430 void FuncGraphManager::KeepRoots(const std::vector<FuncGraphPtr> &func_graphs) { in KeepRoots()
497 void FuncGraphManager::MaybeDropFuncGraphs(const FuncGraphSet &func_graphs, bool ignore_users) { in MaybeDropFuncGraphs()
Dmanager.h329 const FuncGraphSet &func_graphs() const { return func_graphs_; } in func_graphs() function
Dfunc_graph.cc453 std::vector<FuncGraphPtr> func_graphs; in free_variables_func_graphs() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/optimizer/
Dassign_add_opt_test.cc170 std::vector<FuncGraphPtr> func_graphs{fg}; in TEST_F() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dcse.cc187 auto func_graphs = abstract::GetFuncGraphsFromCallNode(cnode); in IsHiddenSideEffectCall() local
Danfalgo.cc2582 auto func_graphs = abstract::GetFuncGraphsFromCallNode(cnode); in AcceptableReturnValue() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc155 const auto &func_graphs = iter->second; in FetchRealParameterByNode() local
1122 const auto &func_graphs = abstract::GetFuncGraphsFromCallNode(cnode); in ParseDynamicLenFormalParameterByCallNode() local
1684 const auto &func_graphs = FetchFuncGraphbyCallNode(control_node); in ParseDeviceContextForCallNode() local
1753 const auto &func_graphs = call_node_to_func_graphs_[output_node.first]; in FetchDeviceContextByNode() local
2018 const auto &func_graphs = FetchFuncGraphbyCallNode(node); in ParseFormalToRealParameter() local
2269 const auto &func_graphs = abstract::GetFuncGraphsFromCallNode(cnode); in ParseCallNodeToFuncGraph() local
Dcontrol_node_scheduler.cc91 const auto &func_graphs = parser->FetchFuncGraphbyCallNode(node); in IsControlArrowExistForCallNode() local
1229 std::set<FuncGraphPtr> func_graphs; in LinkArrowByCallNode() local
1640 const auto &func_graphs = parser->FetchFuncGraphbyCallNode(depend_node); in LinkControlArrowByAutoMonad() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Dclone_test.cc68 std::set<FuncGraphPtr> func_graphs; in GetFuncGraphs() local
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dutils.cc382 std::vector<FuncGraphPtr> func_graphs; in GetFuncGraphsFromCallNode() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Dgraph_split_api.cc279 int GraphSplit(const std::vector<api::FuncGraphPtr> &func_graphs, GraphSplitInfo *graph_split_info)… in GraphSplit()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/import/
Dprimitive_adjust.cc625 bool PrimitiveAdjust::Run(const FuncGraphPtr &func_graphs) { in Run()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Daction.cc696 FuncGraphVector func_graphs = {fg}; in CombineLikeGraphs() local
801 FuncGraphVector func_graphs = {fg}; in GeneralizeReusingGraph() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/
Dstep_parallel_test.cc210 std::vector<FuncGraphPtr> func_graphs{func_graph}; in Make_Manager() local