Searched defs:node_labels (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/ |
| D | graph_splitter.h | 315 …explicit DistributedExecutionMode(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_… in DistributedExecutionMode() 352 …explicit ParameterServerMode(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_t ran… in ParameterServerMode() 420 …explicit EmbeddingCacheMode(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_t rank… in EmbeddingCacheMode() 437 explicit GeneralMode(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_t rank_id, in GeneralMode() 446 explicit ParallelMode(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_t rank_id, in ParallelMode()
|
| D | graph_splitter.cc | 575 void HandleHungNodes(const FuncGraphPtr &func_graph, const NodeLabels &node_labels, OperatorLabel p… in HandleHungNodes()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/strategy/ |
| D | distributed_strategy.h | 36 …explicit DistributedStrategy(const FuncGraphPtr &func_graph, NodeLabels *node_labels, uint32_t ran… in DistributedStrategy()
|
| /third_party/rust/rust/compiler/rustc_graphviz/src/ |
| D | tests.rs | 31 node_labels: Vec<Option<&'static str>>, field
|