Home
last modified time | relevance | path

Searched refs:ThreadPoolInterface (Results 1 – 25 of 264) sorted by relevance

1234567891011

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/
H A Dtf_threadpool_concurrent_work_queue.h38 tensorflow::thread::ThreadPoolInterface* intra_op_threadpool, in TfThreadPoolWorkQueue()
39 tensorflow::thread::ThreadPoolInterface* inter_op_threadpool) in TfThreadPoolWorkQueue()
44 int64_t id, tensorflow::thread::ThreadPoolInterface* intra_op_threadpool, in TfThreadPoolWorkQueue()
45 tensorflow::thread::ThreadPoolInterface* inter_op_threadpool) in TfThreadPoolWorkQueue()
52 tensorflow::thread::ThreadPoolInterface** intra_op_threadpool)
73 tensorflow::thread::ThreadPoolInterface* intra_op_threadpool_ = nullptr;
74 tensorflow::thread::ThreadPoolInterface* inter_op_threadpool_ = nullptr;
H A Dwork_queue_interface.cc76 thread::ThreadPoolInterface* intra_thread_pool) in DefaultWorkQueueWrapper()
83 thread::ThreadPoolInterface** intra_op_threadpool) const override { in InitializeRequest()
97 tensorflow::thread::ThreadPoolInterface* intra_thread_pool_ = nullptr;
109 thread::ThreadPoolInterface* intra_thread_pool) { in WrapDefaultWorkQueue()
H A Dwork_queue_interface.h49 thread::ThreadPoolInterface** intra_op_threadpool) const { in InitializeRequest()
74 thread::ThreadPoolInterface* intra_thread_pool);
H A Dtf_threadpool_concurrent_work_queue.cc34 using ::tensorflow::thread::ThreadPoolInterface;
39 ThreadPoolInterface** intra_op_threadpool) const { in InitializeRequest()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DThreadPool.h49 class ThreadPoolInterface {
58 virtual ~ThreadPoolInterface();
124 class StdThreadPool : public ThreadPoolInterface {
218 class SingleThreadExecutor : public ThreadPoolInterface {
267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
284 ThreadPoolInterface &Pool;
DBalancedPartitioning.h53 class ThreadPoolInterface; variable
118 ThreadPoolInterface &TheThreadPool;
131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DThreadPool.h49 class ThreadPoolInterface {
58 virtual ~ThreadPoolInterface();
124 class StdThreadPool : public ThreadPoolInterface {
218 class SingleThreadExecutor : public ThreadPoolInterface {
267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
284 ThreadPoolInterface &Pool;
DBalancedPartitioning.h53 class ThreadPoolInterface; variable
118 ThreadPoolInterface &TheThreadPool;
131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DThreadPool.h49 class ThreadPoolInterface {
58 virtual ~ThreadPoolInterface();
124 class StdThreadPool : public ThreadPoolInterface {
218 class SingleThreadExecutor : public ThreadPoolInterface {
267 ThreadPoolTaskGroup(ThreadPoolInterface &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
284 ThreadPoolInterface &Pool;
DBalancedPartitioning.h53 class ThreadPoolInterface; variable
118 ThreadPoolInterface &TheThreadPool;
131 BPThreadPool(ThreadPoolInterface &TheThreadPool) in BPThreadPool()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dthread_pool_interface.h27 class ThreadPoolInterface {
29 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
36 typedef ThreadPoolInterface* (*CreateThreadPoolFunc)(void);
39 ThreadPoolInterface* CreateDefaultThreadPool();
Dcreate_default_thread_pool.cc27 ThreadPoolInterface* CreateDefaultThreadPoolImpl() { in CreateDefaultThreadPoolImpl()
35 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dthread_pool_interface.h27 class ThreadPoolInterface {
29 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
36 typedef ThreadPoolInterface* (*CreateThreadPoolFunc)(void);
39 ThreadPoolInterface* CreateDefaultThreadPool();
H A Dcreate_default_thread_pool.cc27 ThreadPoolInterface* CreateDefaultThreadPoolImpl() { in CreateDefaultThreadPoolImpl()
35 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dtfrt_context.h43 : public tensorflow::thread::ThreadPoolInterface {
45 explicit ThreadPoolInterfaceWrapper(Eigen::ThreadPoolInterface* thread_pool) in ThreadPoolInterfaceWrapper()
67 Eigen::ThreadPoolInterface& thread_pool() const { in thread_pool()
73 Eigen::ThreadPoolInterface* thread_pool_ = nullptr;
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dthreadpool.h30 class ThreadPoolInterface; variable
132 explicit ThreadPool(thread::ThreadPoolInterface* user_threadpool);
217 Eigen::ThreadPoolInterface* AsEigenThreadPool() const;
233 Eigen::ThreadPoolInterface* underlying_threadpool_;
H A Dthreadpool_interface.h24 class ThreadPoolInterface : public Eigen::ThreadPoolInterface {};
H A Dthreadpool_options.h26 thread::ThreadPoolInterface* inter_op_threadpool = nullptr;
29 thread::ThreadPoolInterface* intra_op_threadpool = nullptr;
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_compat_request_state.h82 tensorflow::thread::ThreadPoolInterface* user_intra_op_threadpool,
92 tensorflow::thread::ThreadPoolInterface* user_intra_op_threadpool,
134 tensorflow::thread::ThreadPoolInterface* intra_op_threadpool() const { in intra_op_threadpool()
163 tensorflow::thread::ThreadPoolInterface* intra_op_threadpool_ = nullptr;
H A Dkernel_fallback_execute_compat.h52 tensorflow::thread::ThreadPoolInterface* user_intra_op_threadpool = nullptr,
62 tensorflow::thread::ThreadPoolInterface* user_intra_op_threadpool = nullptr,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Debuginfod/
DDebuginfod.h100 class ThreadPoolInterface; variable
138 ThreadPoolInterface &Pool;
148 ThreadPoolInterface &Pool, double MinInterval);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Debuginfod/
DDebuginfod.h100 class ThreadPoolInterface; variable
138 ThreadPoolInterface &Pool;
148 ThreadPoolInterface &Pool, double MinInterval);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Debuginfod/
DDebuginfod.h100 class ThreadPoolInterface; variable
138 ThreadPoolInterface &Pool;
148 ThreadPoolInterface &Pool, double MinInterval);
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DThreadPoolInterface.h17 class ThreadPoolInterface {
43 virtual ~ThreadPoolInterface() {} in ~ThreadPoolInterface()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Drenamed_device.cc30 thread::ThreadPoolInterface* underlying_threadpool) { in NewRenamedDevice()
54 thread::ThreadPoolInterface* underlying_threadpool) in RenamedDevice()

1234567891011