Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/core/
Dcluster_config.h41 struct ClusterConfig { struct
42 …explicit ClusterConfig(const uint32_t &worker_num, const uint32_t &server_num, std::string host, c… in ClusterConfig() argument
58 uint32_t initial_worker_num;
60 uint32_t initial_server_num;
63 uint32_t heartbeat_interval;
66 uint32_t persistent_interval;
67 std::string scheduler_host;
68 uint16_t scheduler_port;
70 uint32_t heartbeat_timeout;
72 uint32_t cluster_available_timeout;
[all …]
/third_party/grpc/src/core/resolver/xds/
Dxds_config.h48 struct ClusterConfig { struct
50 std::shared_ptr<const XdsClusterResource> cluster;
53 struct EndpointConfig {
67 struct AggregateConfig {
76 absl::variant<EndpointConfig, AggregateConfig> children;
Dxds_config.cc34 XdsConfig::ClusterConfig::ClusterConfig( in ClusterConfig() function in grpc_core::XdsConfig::ClusterConfig
42 XdsConfig::ClusterConfig::ClusterConfig( in ClusterConfig() function in grpc_core::XdsConfig::ClusterConfig
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_builder.h27 struct ClusterConfig { struct