Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc135 void ThreadPool::ParallelFor(int64 total, in ParallelFor() function in tensorflow::thread::ThreadPool
141 ParallelFor(total, *scheduling_params.cost_per_unit(), fn); in ParallelFor()
158 ParallelFor(total, in TransformRangeConcurrently()
203 void ThreadPool::ParallelFor(int64 total, int64 cost_per_unit, in ParallelFor() function in tensorflow::thread::ThreadPool
234 ParallelFor(total, scheduling_params, [this, &fn](int64 start, int64 limit) { in ParallelForWithWorkerId()
Dthreadpool.h168 void ParallelFor(int64 total, int64 cost_per_unit,
173 void ParallelFor(int64 total, const SchedulingParams& scheduling_params,
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool_test.cc74 threads->ParallelFor( in RunWithFixedBlockSize()
261 TEST(ThreadPool, ParallelFor) { in TEST() argument
273 pool.ParallelFor(kWorkItems, kHugeCost, in TEST()
299 pool.ParallelFor( in TEST()
420 pool.ParallelFor(total, cost_per_unit, in BM_ParallelFor()
/external/tensorflow/tensorflow/core/util/
Dwork_sharder.cc45 workers->ParallelFor(total, cost_per_unit, work); in Shard()
Dexample_proto_fast_parsing.cc503 void ParallelFor(const std::function<void(size_t)>& f, size_t n, in ParallelFor() function
1233 ParallelFor(ProcessMiniBatch, num_minibatches, thread_pool); in FastParseExample()
/external/tensorflow/tensorflow/core/kernels/
Disotonic_regression_op.cc157 thread_pool->ParallelFor( in solve_pava_batch()
Ddynamic_stitch_op.cc304 thread_pool->ParallelFor(indices_inputs.size(), bytes_processed, in Compute()
Dsplit_op.cc189 context->device()->tensorflow_cpu_worker_threads()->workers->ParallelFor( in operator ()()
Dragged_cross_op.cc371 thread_pool->ParallelFor(batch_size, cost_per_batch, do_work); in Compute()
Dconv_ops_fused_image_transform.cc93 thread_pool->ParallelFor( in FusedConvParallelFor()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_diag_op.cc380 thread_pool->ParallelFor(num_batches, cost_per_batch, in Compute()
440 thread_pool->ParallelFor(num_batches, cost_per_batch, in Compute()
Dmatrix_band_part_op.cc190 thread_pool->ParallelFor(total_rows, row_cost, std::move(compute_shard)); in operator ()()
Dmatrix_set_diag_op.cc252 thread_pool->ParallelFor(output.dimension(0), cost_per_batch, in Compute()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc298 worker_threads.workers->ParallelFor( in SparseDenseMatMulWithoutTransposedLHS()