Searched refs:AlwaysInclude (Results 1 – 12 of 12) sorted by relevance
/third_party/mindspore/mindspore/core/ir/ |
D | graph_utils.h | 57 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);
|
D | graph_utils.cc | 273 IncludeType AlwaysInclude(const AnfNodePtr &) { return FOLLOW; } in AlwaysInclude() function
|
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
D | dump_utils.cc | 98 std::vector<AnfNodePtr> nodes = TopoSort(graph->get_return(), SuccIncoming, AlwaysInclude); in GetConstantId()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | updatestate_eliminate.cc | 714 …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/ |
D | anf_ir_dump.cc | 603 auto nodes = TopoSort(graph->get_return(), SuccDeeperSimple, AlwaysInclude); in DumpIR() 645 auto nodes = TopoSort(graph->get_return(), SuccDeeperSimple, AlwaysInclude); in DumpIRForRDR()
|
D | anf_ir_utils.cc | 577 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportOneFuncGraph()
|
D | dump_proto.cc | 435 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportCNodes()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | resolve.cc | 140 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in BroadenCNodeAbstract()
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | proto_exporter.cc | 396 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportCNodes()
|
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/ |
D | mindir_exporter.cc | 364 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in BuildNodes()
|
D | onnx_exporter.cc | 668 std::vector<AnfNodePtr> nodes = TopoSort(func_graph->get_return(), SuccIncoming, AlwaysInclude); in ExportNodes()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline.cc | 601 …fNodePtr> nodes = DeepScopedGraphSearchWithFilter(func_graph->get_return(), AlwaysInclude, filter); in FetchInfoForQuantExport()
|