Home
last modified time | relevance | path

Searched refs:compute_pool (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h57 env_->compute_pool->Schedule([this, call]() { \
75 env_->compute_pool->Schedule([this, call]() { in EnqueueHandler()
92 env_->compute_pool->Schedule([this, call]() { in RunComponentFunctionHandler()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_util.cc89 static thread::ThreadPool* compute_pool = InitComputePool(options); in ComputePool() local
90 return compute_pool; in ComputePool()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_env.h66 thread::ThreadPool* compute_pool = nullptr; member
Dgraph_mgr.cc142 graph_options.optimizer_options(), worker_env_->compute_pool, cluster_flr, in InitItem()
541 thread::ThreadPool* pool = worker_env_->compute_pool; in StartParallelExecutors()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc174 worker_->env()->compute_pool->Schedule(std::move(f)); in Schedule()
204 worker_->env()->compute_pool->Schedule(std::move(closure)); \
Dgrpc_server_lib.cc302 worker_env_.compute_pool = ComputePool(sess_opts); in Init()