Home
last modified time | relevance | path

Searched defs:threadpool_ (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/extension/threadpool/
H A Dthreadpool.h67 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_; variable
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool-cpp.h40 std::unique_ptr<pthreadpool, decltype(&pthreadpool_destroy)> threadpool_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_worker_cache.h59 std::unique_ptr<thread::ThreadPool> threadpool_; variable
H A Dgrpc_state.h218 thread::ThreadPool* threadpool_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_event_mgr.h145 thread::ThreadPool threadpool_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dtfg_optimizer_hook.cc92 std::unique_ptr<llvm::ThreadPool> threadpool_; member in mlir::tfg::TFGGrapplerOptimizer::Impl
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dthreadpool_dataset_op.cc280 ThreadPoolResource* const threadpool_; member in tensorflow::data::experimental::ThreadPoolDatasetOp::Dataset