Home
last modified time | relevance | path

Searched refs:parallelFor (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddense_update_functor.cc43 d.parallelFor(update.data()->size(), in operator ()()
64 d.parallelFor( in operator ()()
H A Done_hot_op.h104 d.parallelFor(prefix_size, cost, func);
116 d.parallelFor(prefix_size * suffix_size, cost * suffix_size, func);
H A Dredux_functor.h121 device.parallelFor(num_blocks, cost, compute); in operator()
184 device.parallelFor(num_blocks, cost, compute); in operator()
314 device.parallelFor(num_blocks, cost, compute); in operator()
H A Dtranspose_functor_cpu.cc68 device.parallelFor(in.NumElements(), cost, std::move(transpose_fn)); in TransposeSimple()
H A Dgather_nd_op_cpu_impl.h118 d.parallelFor(batch_size, cost, compute_shard);
H A Dcwise_op_select.cc411 d.parallelFor(batch, cost, work); in operator ()()
H A Dunary_ops_composition.cc135 device.parallelFor(in.NumElements(), cost, AlignBlockSize, in Compute()
H A Dsegment_reduction_ops_impl.h427 cpu_device.parallelFor(num_segments, cost, reductionWorker);
H A Dtraining_ops.cc211 d.parallelFor(N, cost, shard); in operator ()()
238 d.parallelFor(N, cost, shard); in operator ()()
843 d.parallelFor(length, cost, shard); in operator ()()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h190 void parallelFor(Index n, const TensorOpCost& cost, in parallelFor() function
237 void parallelFor(Index n, const TensorOpCost& cost, in parallelFor() function
239 parallelFor(n, cost, nullptr, std::move(f)); in parallelFor()
H A DTensorScan.h229 self.device().parallelFor(
246 self.device().parallelFor(
267 self.device().parallelFor(
303 self.device().parallelFor(
H A DTensorExecutor.h338 device.parallelFor(size, evaluator.costPerCoeff(Vectorizable),
395 device.parallelFor(tiling.block_mapper.blockCount(), tiling.cost,
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dthreadpool.cc207 threadpool_device_->parallelFor( in ParallelFor()
218 threadpool_device_->parallelFor(total, in ParallelForWithWorkerId()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DParallel.h230 void parallelFor(size_t Begin, size_t End, function_ref<void(size_t)> Fn);
234 parallelFor(0, End - Begin, [&](size_t I) { Fn(Begin[I]); }); in parallelForEach()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DParallel.h230 void parallelFor(size_t Begin, size_t End, function_ref<void(size_t)> Fn);
234 parallelFor(0, End - Begin, [&](size_t I) { Fn(Begin[I]); }); in parallelForEach()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DParallel.h230 void parallelFor(size_t Begin, size_t End, function_ref<void(size_t)> Fn);
234 parallelFor(0, End - Begin, [&](size_t I) { Fn(Begin[I]); }); in parallelForEach()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DParallel.h230 void parallelFor(size_t Begin, size_t End, function_ref<void(size_t)> Fn);
234 parallelFor(0, End - Begin, [&](size_t I) { Fn(Begin[I]); }); in parallelForEach()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DParallel.h230 void parallelFor(size_t Begin, size_t End, function_ref<void(size_t)> Fn);
234 parallelFor(0, End - Begin, [&](size_t I) { Fn(Begin[I]); }); in parallelForEach()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp200 parallelFor(0, Records.size(), [&](size_t I) { in finalizeBuckets()
235 parallelFor(0, IPHR_HASH, [&](size_t I) { in finalizeBuckets()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cc518 d.parallelFor(length, cost, shard_nms); in BatchedNonMaxSuppressionOp()
555 d.parallelFor(length, cost_result, shard_result); in BatchedNonMaxSuppressionOp()
594 d.parallelFor(length, cost_copy_result, shard_copy_result); in BatchedNonMaxSuppressionOp()
H A Dresize_nearest_neighbor_op.cc206 d.parallelFor(N, cost, ParallelResize); in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DParallel.cpp195 void llvm::parallelFor(size_t Begin, size_t End, in parallelFor() function in llvm
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_quantize_op.cc403 d.parallelFor(input.NumElements(), cost, ParallelSub); in Compute()