Home
last modified time | relevance | path

Searched defs:ParallelFor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc135 void ThreadPool::ParallelFor(int64 total, in ParallelFor() function in tensorflow::thread::ThreadPool
203 void ThreadPool::ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor() function in tensorflow::thread::ThreadPool
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc261 TEST(ThreadPool, ParallelFor) { in TEST() argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc503 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function