Searched refs:ScheduleWithHint (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | threadpool.cc | 251 void ThreadPool::ScheduleWithHint(std::function<void()> fn, int start, in ScheduleWithHint() function in tensorflow::thread::ThreadPool 253 underlying_threadpool_->ScheduleWithHint(std::move(fn), start, limit); in ScheduleWithHint()
|
D | threadpool.h | 144 void ScheduleWithHint(std::function<void()> fn, int start, int limit);
|
/external/tensorflow/tensorflow/cc/client/ |
D | client_session_test.cc | 55 void ScheduleWithHint(std::function<void()> fn, int start, int end) override { in ScheduleWithHint() function in tensorflow::__anon30c9f4340111::CustomThreadPoolImpl 57 underlying_threadpool_->ScheduleWithHint(std::move(fn), start, end); in ScheduleWithHint()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_threadpool.h | 90 eigen_interface_->ScheduleWithHint( in parallel_for()
|