Searched refs:compute_pool (Results 1 – 6 of 6) sorted by relevance
57 env_->compute_pool->Schedule([this, call]() { \75 env_->compute_pool->Schedule([this, call]() { in EnqueueHandler()92 env_->compute_pool->Schedule([this, call]() { in RunComponentFunctionHandler()
89 static thread::ThreadPool* compute_pool = InitComputePool(options); in ComputePool() local90 return compute_pool; in ComputePool()
66 thread::ThreadPool* compute_pool = nullptr; member
142 graph_options.optimizer_options(), worker_env_->compute_pool, cluster_flr, in InitItem()541 thread::ThreadPool* pool = worker_env_->compute_pool; in StartParallelExecutors()
174 worker_->env()->compute_pool->Schedule(std::move(f)); in Schedule()204 worker_->env()->compute_pool->Schedule(std::move(closure)); \
302 worker_env_.compute_pool = ComputePool(sess_opts); in Init()