Home
last modified time | relevance | path

Searched refs:ParallelFor (Results 1 – 20 of 20) sorted by relevance

/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
181 impl_->ParallelFor(total, cost_per_unit, std::move(fn)); in ParallelFor()
187 impl_->ParallelFor(total, cost_per_unit, in ParallelForWithWorkerId()
Dthreadpool_test.cc125 TEST(ThreadPool, ParallelFor) { in TEST() argument
137 pool.ParallelFor(kWorkItems, kHugeCost, in TEST()
247 pool.ParallelFor( in BM_ParallelFor()
Dthreadpool.h94 void ParallelFor(int64 total, int64 cost_per_unit,
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/partitioners/
Dexample_partitioner.cc51 boosted_trees::utils::ParallelFor(batch_size, desired_parallelism, in UpdatePartitions()
84 boosted_trees::utils::ParallelFor(batch_size, desired_parallelism, in PartitionExamples()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dparallel_for.h25 void ParallelFor(int64 batch_size, int64 desired_parallelism,
Dparallel_for.cc22 void ParallelFor(int64 batch_size, int64 desired_parallelism, in ParallelFor() function
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc45 workers->ParallelFor(total, cost_per_unit, work); in Shard()
Dexample_proto_fast_parsing.cc428 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function
1069 ParallelFor(ProcessMiniBatch, num_minibatches, thread_pool); in FastParseExample()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees.cc86 boosted_trees::utils::ParallelFor(batch_size, worker_threads->NumThreads(), in Predict()
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dhyperplane_lsh_probes.cc124 context->device()->tensorflow_cpu_worker_threads()->workers->ParallelFor( in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dmatrix_set_diag_op.cc134 thread_pool->ParallelFor(output.dimension(0), cost_per_batch, in Compute()
Dmatrix_band_part_op.cc188 thread_pool->ParallelFor(total_rows, row_cost, std::move(compute_shard)); in operator ()()
Ddynamic_stitch_op.cc303 thread_pool->ParallelFor(indices_inputs.size(), bytes_processed, in Compute()
Dsplit_op.cc192 context->device()->tensorflow_cpu_worker_threads()->workers->ParallelFor( in operator ()()
Dconv_ops_fused_image_transform.cc92 thread_pool->ParallelFor( in FusedConvParallelFor()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Dpmf_to_cdf_op.cc71 thread_pool->ParallelFor( in Compute()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc184 worker_threads.workers->ParallelFor(num_nonzero_elements, cost_per_unit, in Compute()
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops.cc90 thread_pool->ParallelFor(size, std::max(bound / dim2, (Index)1), work); \
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dstats_accumulator_ops.cc443 boosted_trees::utils::ParallelFor( in Compute()
508 boosted_trees::utils::ParallelFor( in Compute()
Dquantile_ops.cc292 boosted_trees::utils::ParallelFor( in Compute()
706 boosted_trees::utils::ParallelFor( in Compute()