Searched refs:ScheduleWithHint (Results 1 – 3 of 3) sorted by relevance
202 void ThreadPool::ScheduleWithHint(std::function<void()> fn, int start, in ScheduleWithHint() function in tensorflow::thread::ThreadPool204 impl_->ScheduleWithHint(std::move(fn), start, limit); in ScheduleWithHint()
69 void ScheduleWithHint(std::function<void()> fn, int start, int limit);
248 pool_impl_->inter_op_thread_pool()->ScheduleWithHint(std::move(fn), start, in ScheduleInterOpClosure()