Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc202 void ThreadPool::ScheduleWithHint(std::function<void()> fn, int start, in ScheduleWithHint() function in tensorflow::thread::ThreadPool
204 impl_->ScheduleWithHint(std::move(fn), start, limit); in ScheduleWithHint()
Dthreadpool.h69 void ScheduleWithHint(std::function<void()> fn, int start, int limit);
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc248 pool_impl_->inter_op_thread_pool()->ScheduleWithHint(std::move(fn), start, in ScheduleInterOpClosure()