/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | session_mgr.cc | 60 WorkerCacheInterface* worker_cache = nullptr; in CreateSession() local 150 auto* worker_cache = legacy_session_->worker_cache.get(); in SetLogging() local 159 auto* worker_cache = session->worker_cache.get(); in SetLogging() local 172 auto* worker_cache = legacy_session_->worker_cache.get(); in RetrieveLogs() local 185 auto* worker_cache = session->worker_cache.get(); in RetrieveLogs() local 202 auto* worker_cache = legacy_session_->worker_cache.get(); in ClearLogs() local 211 auto* worker_cache = session->worker_cache.get(); in ClearLogs() local
|
D | worker_session.cc | 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()
|
D | collective_rma_distributed.h | 28 WorkerCacheInterface* worker_cache, in CollectiveRemoteAccessDistributed()
|
D | worker_session.h | 41 const std::unique_ptr<WorkerCacheInterface> worker_cache; member
|
D | master.cc | 137 WorkerCacheInterface* worker_cache, in GetRemoteDevices() 148 WorkerCacheInterface* worker_cache, std::vector<string>* workers) { in GetRemoteWorkers() 156 WorkerCacheInterface* worker_cache) in DeviceFinder() 368 WorkerCacheInterface* worker_cache = nullptr; in CreateSession() local
|
D | master_env.h | 66 WorkerCacheInterface* worker_cache = nullptr; member
|
D | remote_device.cc | 57 void NewRemoteDevices(Env* env, WorkerCacheInterface* worker_cache, in NewRemoteDevices()
|
D | device_resolver_distributed.cc | 22 const DeviceMgr* dev_mgr, WorkerCacheInterface* worker_cache, in DeviceResolverDistributed()
|
D | rpc_collective_executor_mgr.cc | 32 WorkerCacheInterface* worker_cache, const string& task_name) in RpcCollectiveExecutorMgr()
|
D | rpc_collective_executor_mgr_test.cc | 42 WorkerCacheInterface* worker_cache = nullptr; in RpcCollectiveExecutorMgrTest() local
|
D | cluster_function_library_runtime_test.cc | 38 std::unique_ptr<WorkerCacheInterface> worker_cache( in ClusterFunctionLibraryRuntimeTest() local
|
D | session_mgr_test.cc | 58 [](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in __anon395f77470102()
|
D | device_resolver_distributed_test.cc | 36 WorkerCacheInterface* worker_cache, in TestableDeviceResolverDistributed()
|
D | master_session.cc | 71 bool is_partial, WorkerCacheInterface* worker_cache, in ReffedClientGraph() 1052 WorkerCacheInterface* worker_cache = worker_cache_; in DeregisterPartitions() local 1173 std::unique_ptr<WorkerCacheInterface> worker_cache, in MasterSession() 1236 WorkerCacheInterface* worker_cache = get_worker_cache(); in CreateWorkerSessions() local 1315 WorkerCacheInterface* worker_cache = get_worker_cache(); in DeleteWorkerSessions() local 1449 WorkerCacheInterface* worker_cache = get_worker_cache(); in StartStep() local
|
D | collective_param_resolver_distributed.cc | 83 DeviceResolverDistributed* dev_resolver, WorkerCacheInterface* worker_cache, in CollectiveParamResolverDistributed()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.cc | 215 WorkerCacheInterface* worker_cache; in Init() local 245 [this](const ServerDef& server_def, WorkerCacheInterface** worker_cache) { in Init() 262 std::vector<string> filtered_worker_list) { in Init() 271 WorkerCacheInterface** worker_cache) { in Init() 306 WorkerCacheInterface** worker_cache) { in WorkerCacheFactory()
|
D | rpc_rendezvous_mgr.cc | 118 void ReleaseWorker(WorkerCacheInterface* worker_cache) { in ReleaseWorker()
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_collective_executor_mgr.h | 39 WorkerCacheInterface* worker_cache, const string& task_name, in GdrCollectiveExecutorMgr()
|
D | gdr_server_lib.cc | 64 WorkerCacheInterface* worker_cache) { in Init()
|
D | gdr_collective_executor_mgr.cc | 69 WorkerCacheInterface* worker_cache, in CollectiveRemoteAccessDistributed()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_service_impl_test.cc | 62 WorkerCacheInterface** worker_cache) { in EagerServiceImplTest()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 82 tensorflow::WorkerCacheInterface* worker_cache, in GetAllRemoteDevices()
|