Home
last modified time | relevance | path

Searched defs:client_cache (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_test.cc148 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in CoordinationBarrierTest() local
201 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in EnableCoordinationService() local
319 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in TEST() local
519 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in TEST() local
632 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in TEST() local
690 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in TEST() local
754 auto client_cache = std::make_unique<TestCoordinationClientCache>(); in TEST() local
H A Dcoordination_service_agent.cc156 std::unique_ptr<CoordinationClientCache> client_cache, in Initialize()
H A Dcoordination_service.cc339 std::unique_ptr<CoordinationClientCache> client_cache, Env* env, in CoordinationServiceStandaloneImpl()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
H A Dgrpc_eager_client_test.cc36 std::unique_ptr<EagerClientCache> client_cache( in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dsession_mgr.cc204 std::unique_ptr<CoordinationClientCache> client_cache; in CreateSession() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_session_test.cc89 auto client_cache = std::make_unique<test::SimpleSessionCache>(); in QuicSpdyClientSessionTest() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext_distributed_manager.cc178 eager::EagerClientCache* client_cache, in GetReplacedFromExistingWorkers()