Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/coordination/
H A Dgrpc_coordination_service_impl.cc24 thread::ThreadPool* compute_pool, ::grpc::ServerBuilder* server_builder) in GrpcCoordinationServiceImpl() argument
25 : compute_pool_(*compute_pool), shutdown_(false) { in GrpcCoordinationServiceImpl()
H A Dgrpc_coordination_service_impl.h43 GrpcCoordinationServiceImpl(thread::ThreadPool* compute_pool,
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_server_lib.cc261 thread::ThreadPool* compute_pool = ComputePool(sess_opts); in Init() local
263 new GrpcCoordinationServiceImpl(compute_pool, &builder); in Init()
310 worker_env_.compute_pool = compute_pool; in Init()
H A Dgrpc_worker_service.cc175 worker_->env()->compute_pool->Schedule(std::move(f)); in Schedule()
205 worker_->env()->compute_pool->Schedule(std::move(closure)); \
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_util.cc89 static thread::ThreadPool* compute_pool = InitComputePool(options); in ComputePool() local
90 return compute_pool; in ComputePool()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dworker_env.h66 thread::ThreadPool* compute_pool = nullptr; member
H A Dgraph_mgr.cc144 graph_options.optimizer_options(), worker_env_->compute_pool, cluster_flr, in InitItem()
550 thread::ThreadPool* pool = worker_env_->compute_pool; in StartParallelExecutors()