Home
last modified time | relevance | path

Searched defs:NodeLabels (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/mode/
Ddistributed_label.h75 using NodeLabels = std::unordered_map<AnfNodePtr, DistLabelPtr>; variable
/third_party/rust/rust/compiler/rustc_graphviz/src/
Dtests.rs46 enum NodeLabels<L> { enum
54 impl NodeLabels<&'static str> { implementation
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/graph/
Dgraph_utils.h60 using NodeLabels = std::map<AnfNodePtr, OperatorLabel>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_splitter.h71 using NodeLabels = std::map<AnfNodePtr, OperatorLabel>; variable