Home
last modified time | relevance | path

Searched defs:InterProcessEdgeWithIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/graph/
Dgraph_utils.h105 struct InterProcessEdgeWithIndex { struct
110 // InterProcessEdgeWithIndex will be generated. Index represents the segment index in this case. argument
113 bool operator==(const InterProcessEdgeWithIndex &e) const { return to_string() == e.to_string(); } argument
137 using InterProcessOpPairMap = std::map<InterProcessEdgeWithIndex, std::vector<InterProcessOpPair>>; argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_splitter.h132 struct InterProcessEdgeWithIndex { struct
137 // InterProcessEdgeWithIndex will be generated. Index represents the segment index in this case. argument
140 bool operator==(const InterProcessEdgeWithIndex &e) const { return to_string() == e.to_string(); } argument
164 using InterProcessOpPairMap = std::map<InterProcessEdgeWithIndex, std::vector<InterProcessOpPair>>; argument