Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dcoordination_service.proto273 rpc TryGetKeyValue(TryGetKeyValueRequest) returns (TryGetKeyValueResponse); rpc
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_agent.cc551 StatusOr<std::string> CoordinationServiceAgentImpl::TryGetKeyValue( in TryGetKeyValue() function in tensorflow::__anonca10de4b0111::CoordinationServiceAgentImpl
H A Dcoordination_service.cc845 StatusOr<std::string> CoordinationServiceStandaloneImpl::TryGetKeyValue( in TryGetKeyValue() function in tensorflow::__anonf25d665d0111::CoordinationServiceStandaloneImpl
H A Dcoordination_service_test.cc517 TEST(CoordinationServiceTest, TryGetKeyValue) { in TEST() argument