Searched refs:GraphSegmentPtr (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/vm/ |
D | graph_partition.cc | 411 void AddSegmentDependency(const FuncGraphPtr &graph, const std::map<AnfNodePtr, GraphSegmentPtr> &n… in AddSegmentDependency() 427 GraphSegmentPtr node_segment{nullptr}; in AddSegmentDependency() 434 GraphSegmentPtr input_segment{nullptr}; in AddSegmentDependency() 455 void RemoveUselessDependency(const std::vector<GraphSegmentPtr> *segments) { in RemoveUselessDependency() 503 void AddSegment(const std::vector<AnfNodePtr> &nodes, std::vector<GraphSegmentPtr> *segments, in AddSegment() 504 std::map<AnfNodePtr, GraphSegmentPtr> *node_to_segment) { in AddSegment() 526 …void AddSegments(std::vector<GraphSegmentPtr> *segments, std::map<AnfNodePtr, GraphSegmentPtr> *no… in AddSegments() 553 …icNodeSegment(const std::vector<AnfNodePtr> &segment_nodes, std::vector<GraphSegmentPtr> *segments, in SplitDynamicNodeSegment() 554 std::map<AnfNodePtr, GraphSegmentPtr> *node_to_segment, in SplitDynamicNodeSegment() 593 void NodesToSegments(const std::vector<AnfNodePtr> &segment_nodes, std::vector<GraphSegmentPtr> *se… in NodesToSegments() [all …]
|
D | segment_runner.h | 42 using LinkFuncType = std::function<LinConvertResult(const GraphSegmentPtr &, const std::string &)>;
|
D | graph_partition.h | 37 …std::vector<GraphSegmentPtr> Partition(const FuncGraphPtr &func_graph, bool *multi_target = nullpt…
|
D | transform.h | 82 …int64_t LinConvert(const FuncGraphPtr &func_graph, const GraphSegmentPtr &segment, const std::stri…
|
D | backend.h | 80 LinConvertResult MsConvert(const GraphSegmentPtr &segment, const std::string &target = "");
|
D | segment_runner.cc | 178 LinConvertResult Convert(const GraphSegmentPtr &segment, const std::string &) { in Convert()
|
D | transform.cc | 148 int64_t CompileGraph::LinConvert(const FuncGraphPtr &graph, const GraphSegmentPtr &segment, const s… in LinConvert()
|
D | backend.cc | 63 LinConvertResult MsBackend::MsConvert(const GraphSegmentPtr &segment, const std::string &target) { in MsConvert()
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | executor.h | 67 GraphSegmentPtr segment_; 157 …GraphId CompileGraph(const SessionPtr &session, const GraphSegmentPtr &segment, const AnfNodePtrLi…
|
D | executor.cc | 334 GraphId Executor::CompileGraph(const SessionPtr &session, const GraphSegmentPtr &segment, in CompileGraph()
|
D | session_basic.h | 106 GraphId CompileGraph(const GraphSegmentPtr &segment, const AnfNodePtrList &outputs);
|
D | session_basic.cc | 2214 GraphId SessionBasic::CompileGraph(const GraphSegmentPtr &segment, const AnfNodePtrList &outputs) { in CompileGraph()
|
/third_party/mindspore/mindspore/core/ir/ |
D | anf.h | 674 using GraphSegmentPtr = std::shared_ptr<GraphSegment>; variable
|