Home
last modified time | relevance | path

Searched defs:worker_cache (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc106 WorkerCacheInterface* worker_cache = nullptr; in CreateSession() local
187 void SessionMgr::ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache) { in ResetDefaultWorkerCache()
207 WorkerCacheInterface* worker_cache = nullptr; in UpdateSession() local
297 auto* worker_cache = legacy_session_->worker_cache(); in SetLogging() local
306 auto* worker_cache = session->worker_cache(); in SetLogging() local
318 auto* worker_cache = legacy_session_->worker_cache(); in RetrieveLogs() local
331 auto* worker_cache = session->worker_cache(); in RetrieveLogs() local
348 auto* worker_cache = legacy_session_->worker_cache(); in ClearLogs() local
357 auto* worker_cache = session->worker_cache(); in ClearLogs() local
Dworker_session.cc114 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
151 std::unique_ptr<WorkerCacheInterface> worker_cache, in CreateWithBorrowedDeviceMgr()
161 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
Drpc_collective_executor_mgr.cc33 WorkerCacheInterface* worker_cache, const string& task_name) in RpcCollectiveExecutorMgr()
175 WorkerCacheInterface* worker_cache, const string& default_worker_name) { in CreateProdRpcCollectiveExecutorMgr()
Dcollective_rma_distributed.h32 WorkerCacheInterface* worker_cache, int64_t step_id, string task_name) in CollectiveRemoteAccessDistributed()
Dworker_session.h49 WorkerCacheInterface* worker_cache() const { in worker_cache() function
Dmaster.cc138 WorkerCacheInterface* worker_cache, in GetRemoteDevices()
149 WorkerCacheInterface* worker_cache, std::vector<string>* workers) { in GetRemoteWorkers()
157 WorkerCacheInterface* worker_cache) in DeviceFinder()
369 WorkerCacheInterface* worker_cache = nullptr; in CreateSession() local
Dcluster_function_library_runtime.h80 const std::shared_ptr<WorkerCacheInterface> worker_cache; member
Dmaster_env.h69 WorkerCacheInterface* worker_cache = nullptr; member
Dremote_device.cc79 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache, in NewRemoteDevices()
Drpc_collective_executor_mgr_test.cc45 WorkerCacheInterface* worker_cache = nullptr; in RpcCollectiveExecutorMgrTest() local
Dcluster_function_library_runtime_test.cc42 std::unique_ptr<WorkerCacheInterface> worker_cache( in ClusterFunctionLibraryRuntimeTest() local
Dmaster_session.cc75 bool is_partial, WorkerCacheInterface* worker_cache, in ReffedClientGraph()
1103 WorkerCacheInterface* worker_cache = worker_cache_; in DeregisterPartitions() local
1224 std::unique_ptr<WorkerCacheInterface> worker_cache, in MasterSession()
1286 WorkerCacheInterface* worker_cache = get_worker_cache(); in CreateWorkerSessions() local
1401 WorkerCacheInterface* worker_cache = get_worker_cache(); in DeleteWorkerSessions() local
1535 WorkerCacheInterface* worker_cache = get_worker_cache(); in StartStep() local
Dsession_mgr_test.cc58 [](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in __anon3309bf4a0102()
Dcluster_function_library_runtime.cc189 std::shared_ptr<WorkerCacheInterface> worker_cache = in Instantiate() local
Dcollective_param_resolver_distributed.cc93 WorkerCacheInterface* worker_cache, const string& task_name) in CollectiveParamResolverDistributed()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc275 WorkerCacheInterface* worker_cache; in Init() local
298 [this](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in Init()
316 std::vector<string> filtered_worker_list) { in Init()
325 WorkerCacheInterface** worker_cache) { in Init()
360 WorkerCacheInterface** worker_cache) { in WorkerCacheFactory()
450 WorkerCacheInterface* worker_cache; in UpdateServerDef() local
Dgrpc_worker_cache_test.cc40 std::unique_ptr<WorkerCacheInterface> worker_cache( in TEST() local
76 WorkerCacheInterface* worker_cache = in TEST() local
Drpc_rendezvous_mgr.cc119 void ReleaseWorker(WorkerCacheInterface* worker_cache) { in ReleaseWorker()
249 std::shared_ptr<WorkerCacheInterface> worker_cache = in RecvFromRemoteAsync() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext_distributed_manager.cc235 WorkerCacheInterface* worker_cache, in AddRemoteDevicesToMgr()
267 WorkerCacheInterface* worker_cache, in GetAllRemoteDevices()
858 auto worker_cache = in EnableCollectiveOps() local
944 const ServerDef& server_def, WorkerCacheInterface* worker_cache) { in EnableCoordinationService()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt_distributed_impl.cc193 tensorflow::WorkerCacheInterface* worker_cache) { in EnableCoordinationService()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc149 WorkerCacheInterface** worker_cache) { in EagerServiceImplTest()