Home
last modified time | relevance | path

Searched refs:core_list (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerConfig.php56 private $core_list; variable in Grpc\\Testing\\ServerConfig
247 return $this->core_list;
260 $this->core_list = $arr;
DClientConfig.php73 private $core_list; variable in Grpc\\Testing\\ClientConfig
364 return $this->core_list;
377 $this->core_list = $arr;
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto98 repeated int32 core_list = 13; field
151 repeated int32 core_list = 10; field
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto99 repeated int32 core_list = 13; field
142 repeated int32 core_list = 10; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto100 repeated int32 core_list = 13; field
156 repeated int32 core_list = 10; field
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc2992 std::vector<string> core_list; in Run() local
2994 GetNodeAttr(n->attrs(), "host_compute_core", &core_list)); in Run()
2996 TF_RETURN_IF_ERROR(ParseHostComputeCoreList(core_list, &host_compute_core)); in Run()