Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddense_update_functor.cc43 d.parallelFor(update.data()->size(), in operator ()()
64 d.parallelFor( in operator ()()
Done_hot_op.h104 d.parallelFor(prefix_size, cost, func);
116 d.parallelFor(prefix_size * suffix_size, cost * suffix_size, func);
Dredux_functor.h121 device.parallelFor(num_blocks, cost, compute); in operator()
184 device.parallelFor(num_blocks, cost, compute); in operator()
319 device.parallelFor(num_blocks, cost, compute); in operator()
Dtranspose_functor_cpu.cc65 device.parallelFor(in.NumElements(), cost, std::move(transpose_fn)); in TransposeSimple()
Dgather_nd_op_cpu_impl.h118 d.parallelFor(batch_size, cost, compute_shard);
Dcwise_op_select.cc395 d.parallelFor(batch, cost, work); in operator ()()
Dunary_ops_composition.cc135 device.parallelFor(in.NumElements(), cost, AlignBlockSize, in Compute()
Dtraining_ops.cc211 d.parallelFor(N, cost, shard); in operator ()()
238 d.parallelFor(N, cost, shard); in operator ()()
815 d.parallelFor(length, cost, shard); in operator ()()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h182 void parallelFor(Index n, const TensorOpCost& cost, in parallelFor() function
266 void parallelFor(Index n, const TensorOpCost& cost, in parallelFor() function
268 parallelFor(n, cost, nullptr, std::move(f)); in parallelFor()
DTensorExecutor.h154 device.parallelFor(size, evaluator.costPerCoeff(Vectorizable),
/external/tensorflow/tensorflow/core/platform/
Dthreadpool.cc207 threadpool_device_->parallelFor( in ParallelFor()
218 threadpool_device_->parallelFor(total, in ParallelForWithWorkerId()
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc495 d.parallelFor(length, cost, shard_nms); in BatchedNonMaxSuppressionOp()
532 d.parallelFor(length, cost_result, shard_result); in BatchedNonMaxSuppressionOp()
571 d.parallelFor(length, cost_copy_result, shard_copy_result); in BatchedNonMaxSuppressionOp()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantize_op.cc394 d.parallelFor(input.NumElements(), cost, ParallelSub); in Compute()