Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.cc22 void ParallelFor(int64 batch_size, int64 desired_parallelism, in ParallelFor() function
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc96 void ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor() function
179 void ThreadPool::ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor() function in tensorflow::thread::ThreadPool
Dthreadpool_test.cc125 TEST(ThreadPool, ParallelFor) { in TEST() argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc428 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function