Searched defs:TryGetKeyValue (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/ | ||
H A D | coordination_service.proto | 273 rpc TryGetKeyValue(TryGetKeyValueRequest) returns (TryGetKeyValueResponse); rpc |
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/ | ||
H A D | coordination_service_agent.cc | 551 StatusOr<std::string> CoordinationServiceAgentImpl::TryGetKeyValue( in TryGetKeyValue() function in tensorflow::__anonca10de4b0111::CoordinationServiceAgentImpl |
H A D | coordination_service.cc | 845 StatusOr<std::string> CoordinationServiceStandaloneImpl::TryGetKeyValue( in TryGetKeyValue() function in tensorflow::__anonf25d665d0111::CoordinationServiceStandaloneImpl |
H A D | coordination_service_test.cc | 517 TEST(CoordinationServiceTest, TryGetKeyValue) { in TEST() argument |