Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h30 class WorkerCacheInterface; variable
49 WorkerCacheInterface* worker_cache() const { return worker_cache_.get(); } in worker_cache()
57 std::unique_ptr<WorkerCacheInterface> worker_cache,
64 std::unique_ptr<WorkerCacheInterface> worker_cache,
72 std::unique_ptr<WorkerCacheInterface> new_worker_cache,
80 std::unique_ptr<WorkerCacheInterface> worker_cache,
92 std::unique_ptr<WorkerCacheInterface> worker_cache_;
Dworker_session.cc30 class WorkerFreeListCache : public WorkerCacheInterface {
32 explicit WorkerFreeListCache(std::unique_ptr<WorkerCacheInterface> w) in WorkerFreeListCache()
92 std::unique_ptr<WorkerCacheInterface> wrapped_;
109 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
130 std::unique_ptr<WorkerCacheInterface> new_worker_cache, in UpdateWorkerCacheAndDevices()
133 worker_cache_ = std::unique_ptr<WorkerCacheInterface>( in UpdateWorkerCacheAndDevices()
147 std::unique_ptr<WorkerCacheInterface> worker_cache, in CreateWithBorrowedDeviceMgr()
157 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,
94 std::unique_ptr<WorkerCacheInterface> default_worker_cache_;
Dcollective_rma_distributed.h23 class WorkerCacheInterface; variable
31 WorkerCacheInterface* worker_cache, int64 step_id) in CollectiveRemoteAccessDistributed()
48 WorkerCacheInterface* worker_cache_; // Not owned
Ddevice_resolver_distributed.h27 class WorkerCacheInterface; variable
32 WorkerCacheInterface* worker_cache,
63 WorkerCacheInterface* worker_cache_; // Not owned
Dmaster_env.h66 WorkerCacheInterface* worker_cache = nullptr;
86 std::unique_ptr<WorkerCacheInterface>,
92 WorkerCacheInterface**)>
Drpc_collective_executor_mgr.h26 class WorkerCacheInterface; variable
41 WorkerCacheInterface* worker_cache, const string& task_name);
61 WorkerCacheInterface* const worker_cache_; // Not owned.
Dworker_cache_wrapper.h26 class WorkerCacheWrapper : public WorkerCacheInterface {
28 WorkerCacheWrapper(WorkerCacheInterface* wrapped) : wrapped_(wrapped) {} in WorkerCacheWrapper()
92 WorkerCacheInterface* wrapped_; // Not owned.
Dcollective_param_resolver_distributed.h22 class WorkerCacheInterface; variable
31 WorkerCacheInterface* worker_cache,
85 WorkerCacheInterface* worker_cache_; // Not owned
Dsession_mgr.cc34 std::unique_ptr<WorkerCacheInterface> default_worker_cache, in SessionMgr()
40 std::unique_ptr<WorkerCacheInterface>( in SessionMgr()
70 WorkerCacheInterface* worker_cache = nullptr; in CreateSession()
120 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
138 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
163 WorkerCacheInterface* worker_cache = nullptr; in UpdateSession()
206 std::unique_ptr<WorkerCacheInterface>(worker_cache), in UpdateSession()
Dremote_device.h30 class WorkerCacheInterface; variable
60 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache,
Dworker_cache.h33 class WorkerCacheInterface {
35 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,
125 const std::unique_ptr<WorkerCacheInterface> worker_cache_;
127 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 __anon18ea8b490102()
Dremote_device_test.cc38 std::unique_ptr<WorkerCacheInterface> worker_cache_;
Dcollective_param_resolver_distributed.cc31 const string& remote_worker, WorkerCacheInterface* wc) in CompleteGroupCall()
55 const string& remote_worker, WorkerCacheInterface* wc) in CompleteInstanceCall()
86 DeviceResolverDistributed* dev_resolver, WorkerCacheInterface* worker_cache, in CollectiveParamResolverDistributed()
Dremote_device.cc74 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache, in NewRemoteDevices()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.h66 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc);
68 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker(
Dgrpc_server_lib.cc248 WorkerCacheInterface* worker_cache; in Init()
277 std::unique_ptr<WorkerCacheInterface>(worker_cache), in Init()
278 [this](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in Init()
293 std::unique_ptr<WorkerCacheInterface> worker_cache, in Init()
304 WorkerCacheInterface** worker_cache) { in Init()
339 WorkerCacheInterface** worker_cache) { in WorkerCacheFactory()
413 WorkerCacheInterface* worker_cache; in UpdateServerDef()
Dgrpc_worker_cache.cc83 WorkerCacheInterface::ReleaseWorker(target, worker); in ReleaseWorker()
157 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc) { in NewGrpcWorkerCache()
161 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker( in NewGrpcWorkerCacheWithLocalWorker()
Dgrpc_server_lib.h51 const ConfigProto&, const WorkerEnv*, WorkerCacheInterface*)>
120 WorkerCacheInterface** worker_cache);
Drpc_rendezvous_mgr_test.cc52 class DummyWorkerCache : public WorkerCacheInterface {
77 std::unique_ptr<WorkerCacheInterface>(cache_), in RpcRendezvousMgrTest()

12