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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Dparallel_for.cc22 void ParallelFor(int64 batch_size, int64 desired_parallelism, function in namespace:tensorflow::boosted_trees::utils
/external/tensorflow/tensorflow/core/lib/core/
H A Dthreadpool.cc95 void ParallelFor(int64 total, int64 cost_per_unit, function in struct:tensorflow::ThreadPool::Impl
128 void ThreadPool::ParallelFor(int64 total, int64 cost_per_unit, function in class:tensorflow::ThreadPool
130 impl_->ParallelFor(total, cost_per_unit, std::move(fn));
136 impl_->ParallelFor(total, cost_per_unit,
138 // ParallelFor may use the current thread to do some
/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing.cc406 void ParallelFor(const std::function<void(size_t)>& f, size_t n, function in namespace:tensorflow::example::__anon26811
974 ParallelFor(ProcessMiniBatch, num_minibatches, thread_pool);

Completed in 180 milliseconds