Home
last modified time | relevance | path

Searched refs:ScheduleWithHint (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc251 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()
Dthreadpool.h144 void ScheduleWithHint(std::function<void()> fn, int start, int limit);
/external/tensorflow/tensorflow/cc/client/
Dclient_session_test.cc55 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/
Dmkl_threadpool.h90 eigen_interface_->ScheduleWithHint( in parallel_for()