Searched defs:ScheduleWithHint (Results 1 – 2 of 2) sorted by relevance
/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 |
/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 |