Home
last modified time | relevance | path

Searched refs:WorkerEnv (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.h35 struct WorkerEnv;
41 GrpcWorker(WorkerEnv* env, const ConfigProto& config);
59 WorkerEnv* env();
70 std::unique_ptr<GrpcWorker> NewGrpcWorker(WorkerEnv* worker_env,
Dgrpc_server_lib.h47 typedef std::function<RendezvousMgrInterface*(const WorkerEnv*)>
52 const ConfigProto&, const WorkerEnv*, WorkerCacheInterface*)>
57 typedef std::function<void(const WorkerEnv*, ::grpc::ServerBuilder*)>
61 typedef std::function<std::unique_ptr<GrpcWorker>(WorkerEnv*,
104 WorkerEnv* worker_env() { return &worker_env_; } in worker_env()
177 WorkerEnv worker_env_;
Drpc_rendezvous_mgr.h47 explicit RpcRendezvousMgr(const WorkerEnv* env);
50 BaseRemoteRendezvous* Create(int64 step_id, const WorkerEnv* worker_env);
Drpc_rendezvous_mgr.cc43 RpcRemoteRendezvous(const WorkerEnv* env, int64 step_id) in RpcRemoteRendezvous()
310 RpcRendezvousMgr::RpcRendezvousMgr(const WorkerEnv* env) in RpcRendezvousMgr()
314 const WorkerEnv* worker_env) { in Create()
Dgrpc_worker_service.cc421 GrpcWorker::GrpcWorker(WorkerEnv* worker_env, const ConfigProto& config) in GrpcWorker()
741 WorkerEnv* GrpcWorker::env() { return env_; } in env()
749 std::unique_ptr<GrpcWorker> NewGrpcWorker(WorkerEnv* env, in NewGrpcWorker()
Drpc_rendezvous_mgr_test.cc133 WorkerEnv env;
Dgrpc_server_lib.cc88 RendezvousMgrInterface* NewRpcRendezvousMgr(const WorkerEnv* env) { in NewRpcRendezvousMgr()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.h62 explicit BaseRendezvousMgr(const WorkerEnv* worker_env);
93 const WorkerEnv* worker_env) = 0;
100 const WorkerEnv* const worker_env_;
118 BaseRemoteRendezvous(const WorkerEnv* env, int64 step_id);
171 const WorkerEnv* const env_; // Not owned.
Dsession_mgr.h31 struct WorkerEnv;
44 WorkerEnv* worker_env, const string& default_worker_name,
94 WorkerEnv* const worker_env_; // Not owned.
Dworker.h31 struct WorkerEnv;
45 Worker(WorkerEnv* env);
112 WorkerEnv* const env_; // Not owned.
Dgraph_mgr.h72 explicit GraphMgr(const WorkerEnv* worker_env, const DeviceMgr* device_mgr);
147 const WorkerEnv* worker_env_; // Not owned.
Dworker_env.h39 struct WorkerEnv { struct
Dbase_rendezvous_mgr.cc46 BaseRendezvousMgr::BaseRendezvousMgr(const WorkerEnv* worker_env) in BaseRendezvousMgr()
119 BaseRemoteRendezvous::BaseRemoteRendezvous(const WorkerEnv* env, int64 step_id) in BaseRemoteRendezvous()
Dsession_mgr_test.cc56 WorkerEnv env_;
Dsession_mgr.cc33 WorkerEnv* worker_env, const string& default_worker_name, in SessionMgr()
Dworker.cc31 Worker::Worker(WorkerEnv* env) : env_(env), recent_request_ids_(100000) { in Worker()
Dgraph_mgr.cc59 GraphMgr::GraphMgr(const WorkerEnv* worker_env, const DeviceMgr* device_mgr) in GraphMgr()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h40 explicit EagerServiceImpl(const WorkerEnv* env) : env_(env) { in EagerServiceImpl()
119 const WorkerEnv* env) { in CreateMasterContext()
124 int64 destroy_after_secs, const WorkerEnv* env,
160 const WorkerEnv* const env_; // Not owned.
221 const WorkerEnv* const env_; // Not owned.
Deager_service_impl_test.cc49 explicit TestEagerServiceImpl(const WorkerEnv* env) : EagerServiceImpl(env) {} in TestEagerServiceImpl()
165 WorkerEnv worker_env_;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h43 GrpcEagerServiceImpl(const WorkerEnv* env,
153 const WorkerEnv* const env_; // Not owned.
Dgrpc_eager_service_impl.cc29 const WorkerEnv* env, ::grpc::ServerBuilder* server_builder) in GrpcEagerServiceImpl()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h366 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
668 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env,
682 WorkerEnv* worker_env_ = nullptr;
Dcontext.cc1201 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env, in InitializeRemoteMaster()
1299 std::unique_ptr<ServerInterface> server, WorkerEnv* worker_env, in SetMasterContextState()