Home
last modified time | relevance | path

Searched refs:AlwaysInclude (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h57 IncludeType AlwaysInclude(const AnfNodePtr &node);
60 …NodePtr> DeepScopedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include = AlwaysInclude);
61 …nfNodePtr> DeepUsedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include = AlwaysInclude);
62 …NodePtr> DeepLinkedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include = AlwaysInclude);
72 const IncludeFunc &include = AlwaysInclude);
82 const IncludeFunc &include = AlwaysInclude);
Dgraph_utils.cc273 IncludeType AlwaysInclude(const AnfNodePtr &) { return FOLLOW; } in AlwaysInclude() function
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_utils.cc98 std::vector<AnfNodePtr> nodes = TopoSort(graph->get_return(), SuccIncoming, AlwaysInclude); in GetConstantId()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dupdatestate_eliminate.cc714 …nfNodePtr> todo = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, filter); in operator ()()
748 …nfNodePtr> todo = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, filter); in operator ()()
784 …nfNodePtr> todo = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, filter); in operator ()()
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_dump.cc603 auto nodes = TopoSort(graph->get_return(), SuccDeeperSimple, AlwaysInclude); in DumpIR()
645 auto nodes = TopoSort(graph->get_return(), SuccDeeperSimple, AlwaysInclude); in DumpIRForRDR()
Danf_ir_utils.cc577 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportOneFuncGraph()
Ddump_proto.cc435 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportCNodes()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dresolve.cc140 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in BroadenCNodeAbstract()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc396 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportCNodes()
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/
Dmindir_exporter.cc364 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in BuildNodes()
Donnx_exporter.cc668 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportNodes()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc601 …fNodePtr> nodes = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, filter); in FetchInfoForQuantExport()