Searched refs:KeyValueSet (Results 1 – 8 of 8) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
D | ConcurrentWeakMap.kt | 60 get() = KeyValueSet { k, _ -> k } in <lambda>() 63 get() = KeyValueSet { k, v -> Entry(k, v) } in <lambda>() 244 private inner class KeyValueSet<E>( in <lambda>() class
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | client.h | 116 xla::Status KeyValueSet(std::string key, std::string value);
|
D | client.cc | 219 xla::Status DistributedRuntimeClient::KeyValueSet(std::string key, in KeyValueSet() function in xla::DistributedRuntimeClient 237 ::grpc::Status status = stub_->KeyValueSet(&ctx, request, &response); in KeyValueSet()
|
D | service.h | 87 ::grpc::Status KeyValueSet(::grpc::ServerContext* context,
|
D | client_server_test.cc | 146 TF_RETURN_IF_ERROR(client.KeyValueSet("key1", "value1")); in TEST() 168 TF_RETURN_IF_ERROR(client.KeyValueSet("key2", "value2")); in TEST()
|
D | protocol.proto | 141 rpc KeyValueSet(KeyValueSetRequest) returns (KeyValueSetResponse) {} rpc
|
D | service.cc | 333 ::grpc::Status DistributedRuntimeServiceImpl::KeyValueSet( in KeyValueSet() function in xla::DistributedRuntimeServiceImpl
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | gpu_device.cc | 215 TF_RETURN_IF_ERROR(client_->KeyValueSet(key.ToString(), id_string)); in GetNcclUniqueId()
|