Home
last modified time | relevance | path

Searched refs:WorkerCacheInterface (Results 1 – 25 of 40) sorted by relevance

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h30 class WorkerCacheInterface; variable
41 const std::unique_ptr<WorkerCacheInterface> worker_cache;
61 std::unique_ptr<WorkerCacheInterface> worker_cache,
67 std::unique_ptr<WorkerCacheInterface> worker_cache,
74 std::unique_ptr<WorkerCacheInterface> worker_cache,
Dworker_session.cc23 class WorkerFreeListCache : public WorkerCacheInterface {
25 explicit WorkerFreeListCache(std::unique_ptr<WorkerCacheInterface> w) in WorkerFreeListCache()
80 std::unique_ptr<WorkerCacheInterface> wrapped_;
97 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
112 std::unique_ptr<WorkerCacheInterface> worker_cache, in CreateWithBorrowedDeviceMgr()
121 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
Dsession_mgr.h29 class WorkerCacheInterface; variable
39 typedef std::function<Status(const ServerDef&, WorkerCacheInterface**)>
44 std::unique_ptr<WorkerCacheInterface> default_worker_cache,
83 std::unique_ptr<WorkerCacheInterface> default_worker_cache_;
Dcollective_rma_distributed.h21 class WorkerCacheInterface; variable
28 WorkerCacheInterface* worker_cache, in CollectiveRemoteAccessDistributed()
46 WorkerCacheInterface* worker_cache_; // Not owned
Ddevice_resolver_distributed.h27 class WorkerCacheInterface; variable
32 WorkerCacheInterface* worker_cache,
60 WorkerCacheInterface* worker_cache_; // Not owned
Dmaster_env.h66 WorkerCacheInterface* worker_cache = nullptr;
86 std::unique_ptr<WorkerCacheInterface>,
92 WorkerCacheInterface**)>
Dsession_mgr.cc33 std::unique_ptr<WorkerCacheInterface> default_worker_cache, in SessionMgr()
39 std::unique_ptr<WorkerCacheInterface>( in SessionMgr()
60 WorkerCacheInterface* worker_cache = nullptr; in CreateSession()
91 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
100 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
Dworker_cache_wrapper.h26 class WorkerCacheWrapper : public WorkerCacheInterface {
28 WorkerCacheWrapper(WorkerCacheInterface* wrapped) : wrapped_(wrapped) {} in WorkerCacheWrapper()
91 WorkerCacheInterface* wrapped_; // Not owned.
Drpc_collective_executor_mgr.h26 class WorkerCacheInterface; variable
41 WorkerCacheInterface* worker_cache, const string& task_name);
61 WorkerCacheInterface* const worker_cache_; // Not owned.
Dcollective_param_resolver_distributed.h22 class WorkerCacheInterface; variable
31 WorkerCacheInterface* worker_cache,
85 WorkerCacheInterface* worker_cache_; // Not owned
Dremote_device.h27 class WorkerCacheInterface; variable
43 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache,
Dworker_cache.h32 class WorkerCacheInterface {
34 virtual ~WorkerCacheInterface() {} in ~WorkerCacheInterface()
Dcancellable_call.h31 WorkerCacheInterface* wc) in CancellableCall()
59 WorkerCacheInterface* const wc_; // Not owned
Dmaster_session.h53 std::unique_ptr<WorkerCacheInterface> worker_cache,
127 const std::unique_ptr<WorkerCacheInterface> worker_cache_;
129 WorkerCacheInterface* get_worker_cache() const;
Dmaster.cc137 WorkerCacheInterface* worker_cache, in GetRemoteDevices()
148 WorkerCacheInterface* worker_cache, std::vector<string>* workers) { in GetRemoteWorkers()
156 WorkerCacheInterface* worker_cache) in DeviceFinder()
297 WorkerCacheInterface* worker_cache_;
368 WorkerCacheInterface* worker_cache = nullptr; in CreateSession()
371 std::unique_ptr<WorkerCacheInterface> worker_cache_ptr; in CreateSession()
422 worker_cache_ptr = std::unique_ptr<WorkerCacheInterface>(worker_cache); in CreateSession()
Dworker_cache_partial.h32 class WorkerCachePartial : public WorkerCacheInterface {
Dsession_mgr_test.cc48 std::unique_ptr<WorkerCacheInterface>(), factory_) { in SessionMgrTest()
58 [](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in __anon395f77470102()
Dcollective_param_resolver_distributed.cc29 const string& remote_worker, WorkerCacheInterface* wc) in CompleteGroupCall()
52 const string& remote_worker, WorkerCacheInterface* wc) in CompleteInstanceCall()
83 DeviceResolverDistributed* dev_resolver, WorkerCacheInterface* worker_cache, in CollectiveParamResolverDistributed()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_collective_executor_mgr.cc30 class WorkerCacheInterface;
42 CancellationManager* cancel_mgr, WorkerCacheInterface* wc) in RecvBufCall()
69 WorkerCacheInterface* worker_cache, in CollectiveRemoteAccessDistributed()
143 WorkerCacheInterface* worker_cache_; // Not owned
Dgdr_collective_executor_mgr.h27 class WorkerCacheInterface; variable
39 WorkerCacheInterface* worker_cache, const string& task_name, in GdrCollectiveExecutorMgr()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.h25 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc);
27 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker(
Dgrpc_worker_cache.cc89 WorkerCacheInterface::ReleaseWorker(target, worker); in ReleaseWorker()
161 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc) { in NewGrpcWorkerCache()
165 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker( in NewGrpcWorkerCacheWithLocalWorker()
Dgrpc_server_lib.cc215 WorkerCacheInterface* worker_cache; in Init()
244 std::unique_ptr<WorkerCacheInterface>(worker_cache), in Init()
245 [this](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in Init()
260 std::unique_ptr<WorkerCacheInterface> worker_cache, in Init()
271 WorkerCacheInterface** worker_cache) { in Init()
306 WorkerCacheInterface** worker_cache) { in WorkerCacheFactory()
Dgrpc_server_lib.h50 const ConfigProto&, const WorkerEnv*, WorkerCacheInterface*)>
113 WorkerCacheInterface** worker_cache);
Drpc_rendezvous_mgr_test.cc51 class DummyWorkerCache : public WorkerCacheInterface {
72 std::unique_ptr<WorkerCacheInterface>(cache_), in RpcRendezvousMgrTest()

12