Home
last modified time | relevance | path

Searched refs:cluster_map (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc58 explicit XdsClusterManagerLbConfig(ClusterMap cluster_map) in XdsClusterManagerLbConfig() argument
59 : cluster_map_(std::move(cluster_map)) {} in XdsClusterManagerLbConfig()
63 const ClusterMap& cluster_map() const { return cluster_map_; } in cluster_map() function in grpc_core::__anon2bdcc6850111::XdsClusterManagerLbConfig
106 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker() argument
107 : cluster_map_(std::move(cluster_map)) {} in ClusterPicker()
269 if (config_->cluster_map().find(name) == config_->cluster_map().end()) { in UpdateLocked()
274 for (const auto& p : config_->cluster_map()) { in UpdateLocked()
300 if (config_->cluster_map().find(child_name) == in UpdateStateLocked()
301 config_->cluster_map().end()) { in UpdateStateLocked()
344 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked() local
[all …]
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dkubernetes_cluster_resolver.py166 cluster_map = {}
183 cluster_map[tf_job] = all_pods
185 return server_lib.ClusterSpec(cluster_map)
/external/llvm-project/polly/lib/External/isl/
Disl_scheduler.c6273 isl_union_map *cluster_map; in collect_cluster_map() local
6276 cluster_map = isl_union_map_empty(space); in collect_cluster_map()
6297 cluster_map = isl_union_map_add_map(cluster_map, map); in collect_cluster_map()
6302 return cluster_map; in collect_cluster_map()
6375 struct isl_sched_edge *edge, __isl_keep isl_union_map *cluster_map, in collect_edge_constraints() argument
6388 isl_union_map_copy(cluster_map)); in collect_edge_constraints()
6390 isl_union_map_copy(cluster_map)); in collect_edge_constraints()
6399 umap1 = isl_union_map_copy(cluster_map); in collect_edge_constraints()
6403 umap2 = isl_union_map_copy(cluster_map); in collect_edge_constraints()
6420 __isl_keep isl_union_map *cluster_map, in collect_constraints() argument
[all …]