Home
last modified time | relevance | path

Searched refs:inter_op_threadpool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/client/
H A Dclient_session_test.cc148 auto inter_op_threadpool = in TEST() local
150 ASSERT_EQ(inter_op_threadpool->GetNumScheduleCalled(), 0); in TEST()
157 threadPoolOptions.inter_op_threadpool = inter_op_threadpool.get(); in TEST()
216 auto inter_op_threadpool = in TEST() local
218 ASSERT_EQ(inter_op_threadpool->GetNumScheduleCalled(), 0); in TEST()
225 threadPoolOptions.inter_op_threadpool = inter_op_threadpool.get(); in TEST()
252 ASSERT_GT(inter_op_threadpool->GetNumScheduleCalled(), 0); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/
H A Dtf_threadpool_concurrent_work_queue.h39 tensorflow::thread::ThreadPoolInterface* inter_op_threadpool) in TfThreadPoolWorkQueue() argument
41 inter_op_threadpool) {} in TfThreadPoolWorkQueue()
45 tensorflow::thread::ThreadPoolInterface* inter_op_threadpool) in TfThreadPoolWorkQueue() argument
48 inter_op_threadpool_(inter_op_threadpool) {} in TfThreadPoolWorkQueue()
H A Dtf_threadpool_concurrent_work_queue.cc92 TfThreadPool inter_op_threadpool; in CreateDefaultTfThreadPoolWorkQueue() member
96 : inter_op_threadpool("default_work_queue_inter", num_inter_op_threads), in CreateDefaultTfThreadPoolWorkQueue()
104 : TfThreadPoolWorkQueue(&thread_pools->inter_op_threadpool, in CreateDefaultTfThreadPoolWorkQueue()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dthreadpool_options.h26 thread::ThreadPoolInterface* inter_op_threadpool = nullptr; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc594 } else if (threadpool_options.inter_op_threadpool != nullptr) { in RunInternal()
596 threadpool_options.inter_op_threadpool); in RunInternal()