Home
last modified time | relevance | path

Searched defs:batch_idx (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels.cc91 for (int batch_idx = 0; batch_idx < batch_size; ++batch_idx) { in operator ()() local
Dcsr_sparse_matrix_to_dense_op.cc96 for (int64 batch_idx = batch_begin; batch_idx < batch_end; ++batch_idx) { in Compute() local
Dcsr_sparse_matrix_to_sparse_tensor_op.cc100 for (int64 batch_idx = batch_begin; batch_idx < batch_end; ++batch_idx) { in Compute() local
Dmat_mul_op.cc307 [&](int64 batch_idx, int64 row_begin, int64 row_end) { in SparseDenseMatMulWithoutTransposedLHS()
378 [&](int64 batch_idx, int64 row_begin, int64 row_end) { in SparseDenseMatMulWithTransposedLHS()
433 for (int64 batch_idx = batch_begin; batch_idx <= batch_end_inclusive; in HandleBatchAndRowRange() local
Dsparse_mat_mul_op.cc187 for (int64 batch_idx = batch_begin; batch_idx < batch_end; in Compute() local
229 for (int64 batch_idx = batch_begin; batch_idx < batch_end; in Compute() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc59 for (int batch_idx = 0; batch_idx < batch_size; ++batch_idx) { in SliceInput() local
212 for (int batch_idx = 0; batch_idx < bcast.output_batch_size(); ++batch_idx) { in Run() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreverse_sequence_op.cc76 xla::XlaOp batch_idx = xla::Iota( in Compile() local
/external/perfetto/src/trace_processor/containers/
Dbit_vector_iterators.cc118 uint32_t batch_idx = set_bit_count_until_i++ % kBatchSize; in ReadSetBitBatch() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc100 for (int batch_idx = 0; batch_idx < batch_size; ++batch_idx) { in sliceInput() local
162 for (int batch_idx = 0; batch_idx < bcast.output_batch_size(); ++batch_idx) { in createMatMulOps() local
/external/tensorflow/tensorflow/core/kernels/
Dgather_functor.h61 SliceIndex batch_idx = static_cast<SliceIndex>(start / indices_size); in HandleCopies() local
Dgather_functor_batched.h63 SliceIndex batch_idx = static_cast<SliceIndex>( in HandleCopiesBatched() local
Dcount_ops.cc287 int batch_idx = 0; in Compute() local
Drandom_binomial_op.cc202 int64 batch_idx = output_idx / samples_per_batch; in operator ()() local
Dbincount_op.cc421 int batch_idx = 0; in Compute() local
Dparameterized_truncated_normal_op.cc371 int64 batch_idx = output_idx / samples_per_batch; in operator ()() local
Dresource_variable_ops.cc722 for (int64 batch_idx = 0, dest_idx = 0; batch_idx < batch_size; in AddBatchOffsets() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc304 void DoNMSPerClass(int batch_idx, int class_idx, const float* boxes_data, in DoNMSPerClass()
387 const int batch_idx, int total_size_per_batch, in SelectResultPerBatch()
473 int batch_idx = idx / num_classes; in BatchedNonMaxSuppressionOp() local
510 for (int batch_idx = begin; batch_idx < end; ++batch_idx) { in BatchedNonMaxSuppressionOp() local
553 int batch_idx = idx / per_batch_size; in BatchedNonMaxSuppressionOp() local
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc195 int depth_idx, batch_idx, spatial_idx; in GetDimIndices() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c68 int batch_idx; member