Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.h30 class WorkerCacheInterface; variable
49 WorkerCacheInterface* worker_cache() const { in worker_cache()
60 std::unique_ptr<WorkerCacheInterface> worker_cache,
67 std::unique_ptr<WorkerCacheInterface> worker_cache,
75 std::shared_ptr<WorkerCacheInterface> GetSharedWorkerCache() { in GetSharedWorkerCache()
84 std::unique_ptr<WorkerCacheInterface> new_worker_cache,
92 std::unique_ptr<WorkerCacheInterface> worker_cache,
105 std::shared_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()
129 std::unique_ptr<WorkerCacheInterface> new_worker_cache, in UpdateWorkerCacheAndDevices()
134 worker_cache_ = std::shared_ptr<WorkerCacheInterface>( in UpdateWorkerCacheAndDevices()
146 std::unique_ptr<WorkerCacheInterface> worker_cache, in CreateWithBorrowedDeviceMgr()
156 std::unique_ptr<WorkerCacheInterface> worker_cache, in WorkerSession()
Dsession_mgr.h30 class WorkerCacheInterface; variable
40 typedef std::function<Status(const ServerDef&, WorkerCacheInterface**)>
45 std::unique_ptr<WorkerCacheInterface> default_worker_cache,
69 void ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache);
109 std::unique_ptr<WorkerCacheInterface> default_worker_cache_;
Dcollective_rma_distributed.h24 class WorkerCacheInterface; variable
32 WorkerCacheInterface* worker_cache, int64 step_id, string task_name) in CollectiveRemoteAccessDistributed()
55 WorkerCacheInterface* worker_cache_; // Not owned
Dmaster_env.h66 WorkerCacheInterface* worker_cache = nullptr;
86 std::unique_ptr<WorkerCacheInterface>,
92 WorkerCacheInterface**)>
Dsession_mgr.cc34 std::unique_ptr<WorkerCacheInterface> default_worker_cache, in SessionMgr()
40 std::unique_ptr<WorkerCacheInterface>( in SessionMgr()
105 WorkerCacheInterface* worker_cache = nullptr; in CreateSession()
155 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
173 std::unique_ptr<WorkerCacheInterface>(worker_cache), in CreateSession()
186 void SessionMgr::ResetDefaultWorkerCache(WorkerCacheInterface* worker_cache) { in ResetDefaultWorkerCache()
206 WorkerCacheInterface* worker_cache = nullptr; in UpdateSession()
249 std::unique_ptr<WorkerCacheInterface>(worker_cache), in UpdateSession()
Drpc_collective_executor_mgr.h26 class WorkerCacheInterface; variable
42 WorkerCacheInterface* worker_cache, const string& task_name);
62 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.h25 class WorkerCacheInterface; variable
34 WorkerCacheInterface* worker_cache,
91 WorkerCacheInterface* worker_cache_; // Not owned
Dcancellable_call.h31 WorkerCacheInterface* wc) in CancellableCall()
55 WorkerCacheInterface* const wc_; // Not owned
Dremote_device.h30 class WorkerCacheInterface; variable
60 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache,
Dworker_cache.h33 class WorkerCacheInterface {
35 virtual ~WorkerCacheInterface() {} in ~WorkerCacheInterface()
Dmaster_session.h53 std::unique_ptr<WorkerCacheInterface> worker_cache,
125 const std::unique_ptr<WorkerCacheInterface> worker_cache_;
127 WorkerCacheInterface* get_worker_cache() const;
Dcluster_function_library_runtime.h80 const std::shared_ptr<WorkerCacheInterface> worker_cache;
86 std::shared_ptr<WorkerCacheInterface> worker_cache, in FunctionData()
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 {
Ddevice_resolver_distributed.h28 class WorkerCacheInterface; variable
Dremote_device_test.cc38 std::unique_ptr<WorkerCacheInterface> worker_cache_;
Dsession_mgr_test.cc48 std::unique_ptr<WorkerCacheInterface>(), factory_) { in SessionMgrTest()
58 [](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in __anond6a406250102()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.h68 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc,
71 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker(
Dgrpc_worker_cache.cc73 WorkerCacheInterface::ReleaseWorker(target, worker); in ReleaseWorker()
163 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc, in NewGrpcWorkerCache()
169 WorkerCacheInterface* NewGrpcWorkerCacheWithLocalWorker( in NewGrpcWorkerCacheWithLocalWorker()
Dgrpc_server_lib.cc268 WorkerCacheInterface* worker_cache; in Init()
297 std::unique_ptr<WorkerCacheInterface>(worker_cache), in Init()
298 [this](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in Init()
314 std::unique_ptr<WorkerCacheInterface> worker_cache, in Init()
325 WorkerCacheInterface** worker_cache) { in Init()
360 WorkerCacheInterface** worker_cache) { in WorkerCacheFactory()
434 WorkerCacheInterface* worker_cache; in UpdateServerDef()
Dgrpc_worker_cache_test.cc40 std::unique_ptr<WorkerCacheInterface> worker_cache( in TEST()
76 WorkerCacheInterface* worker_cache = in TEST()
Dgrpc_server_lib.h52 const ConfigProto&, const WorkerEnv*, WorkerCacheInterface*)>
129 WorkerCacheInterface** worker_cache);
Drpc_rendezvous_mgr.cc119 void ReleaseWorker(WorkerCacheInterface* worker_cache) { in ReleaseWorker()
249 std::shared_ptr<WorkerCacheInterface> worker_cache = in RecvFromRemoteAsync()

12