Home
last modified time | relevance | path

Searched refs:device_thread_pool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dgraph_mgr.cc558 thread::ThreadPool* device_thread_pool = in StartParallelExecutors() local
560 if (!device_thread_pool) { in StartParallelExecutors()
564 std::bind(&thread::ThreadPool::Schedule, device_thread_pool, _1); in StartParallelExecutors()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc716 thread::ThreadPool* device_thread_pool = in RunInternal() local
720 if (!device_thread_pool) { in RunInternal()
723 args->runner = [device_thread_pool](Executor::Args::Closure c) { in RunInternal()
724 device_thread_pool->Schedule(std::move(c)); in RunInternal()