Searched defs:ParallelFor (Results 1 – 3 of 3) sorted by relevance
135 void ThreadPool::ParallelFor(int64_t total, in ParallelFor() function in tensorflow::thread::ThreadPool203 void ThreadPool::ParallelFor(int64_t total, int64_t cost_per_unit, in ParallelFor() function in tensorflow::thread::ThreadPool
262 TEST(ThreadPool, ParallelFor) { in TEST() argument
518 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function