Home
last modified time | relevance | path

Searched refs:GraphSegmentPtr (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dgraph_partition.cc411 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 …]
Dsegment_runner.h42 using LinkFuncType = std::function<LinConvertResult(const GraphSegmentPtr &, const std::string &)>;
Dgraph_partition.h37 …std::vector<GraphSegmentPtr> Partition(const FuncGraphPtr &func_graph, bool *multi_target = nullpt…
Dtransform.h82 …int64_t LinConvert(const FuncGraphPtr &func_graph, const GraphSegmentPtr &segment, const std::stri…
Dbackend.h80 LinConvertResult MsConvert(const GraphSegmentPtr &segment, const std::string &target = "");
Dsegment_runner.cc178 LinConvertResult Convert(const GraphSegmentPtr &segment, const std::string &) { in Convert()
Dtransform.cc148 int64_t CompileGraph::LinConvert(const FuncGraphPtr &graph, const GraphSegmentPtr &segment, const s… in LinConvert()
Dbackend.cc63 LinConvertResult MsBackend::MsConvert(const GraphSegmentPtr &segment, const std::string &target) { in MsConvert()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor.h67 GraphSegmentPtr segment_;
157 …GraphId CompileGraph(const SessionPtr &session, const GraphSegmentPtr &segment, const AnfNodePtrLi…
Dexecutor.cc334 GraphId Executor::CompileGraph(const SessionPtr &session, const GraphSegmentPtr &segment, in CompileGraph()
Dsession_basic.h106 GraphId CompileGraph(const GraphSegmentPtr &segment, const AnfNodePtrList &outputs);
Dsession_basic.cc2214 GraphId SessionBasic::CompileGraph(const GraphSegmentPtr &segment, const AnfNodePtrList &outputs) { in CompileGraph()
/third_party/mindspore/mindspore/core/ir/
Danf.h674 using GraphSegmentPtr = std::shared_ptr<GraphSegment>; variable