Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/graph/
Dgraph_utils.h84 struct InterProcessOpEdge { struct
94 bool operator==(const InterProcessOpEdge &e) const { return to_string() == e.to_string(); } argument
98 std::string to_string() const { in to_string()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_splitter.h111 struct InterProcessOpEdge { struct
121 bool operator==(const InterProcessOpEdge &e) const { return to_string() == e.to_string(); } argument
125 std::string to_string() const { in to_string()