Home
last modified time | relevance | path

Searched refs:BlockingKeyValueGet (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.h113 xla::StatusOr<std::string> BlockingKeyValueGet(std::string key,
Dclient_server_test.cc149 client.BlockingKeyValueGet("key2", absl::InfiniteDuration())); in TEST()
166 client.BlockingKeyValueGet("key1", absl::InfiniteDuration())); in TEST()
Dclient.cc193 xla::StatusOr<std::string> DistributedRuntimeClient::BlockingKeyValueGet( in BlockingKeyValueGet() function in xla::DistributedRuntimeClient
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dgpu_device.cc220 TF_ASSIGN_OR_RETURN(id_string, client_->BlockingKeyValueGet( in GetNcclUniqueId()