Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/load_balancing/xds/
Dxds_cluster_manager.cc100 const std::map<std::string, Child>& cluster_map() const { in cluster_map() function in grpc_core::__anonbb9c8d930111::XdsClusterManagerLbConfig
132 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker()
378 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc100 const std::map<std::string, Child>& cluster_map() const { in cluster_map() function in grpc_core::__anon3b8a06980111::XdsClusterManagerLbConfig
132 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker()
378 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked() local
/external/tensorflow/tensorflow/dtensor/mlir/
Dmerge_clusters.cc487 std::map<Mesh, llvm::SmallVector<mlir::tf_device::ClusterOp, 4>> cluster_map; in MergeClusters() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc410 explicit XdsClusterMapAttribute(RefCountedPtr<XdsClusterMap> cluster_map) in XdsClusterMapAttribute()