Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels.cc97 for (int batch_idx = 0; batch_idx < batch_size; ++batch_idx) { in operator ()() local
Dmat_mul_op.cc310 [&](int64_t batch_idx, int64_t row_begin, int64_t row_end) { in SparseDenseMatMulWithoutTransposedLHS()
381 [&](int64_t batch_idx, int64_t row_begin, int64_t row_end) { in SparseDenseMatMulWithTransposedLHS()
436 for (int64_t batch_idx = batch_begin; batch_idx <= batch_end_inclusive; in HandleBatchAndRowRange() local
Dcsr_sparse_matrix_to_dense_op.cc96 for (int64_t batch_idx = batch_begin; batch_idx < batch_end; in Compute() local
Dcsr_sparse_matrix_to_sparse_tensor_op.cc100 for (int64_t batch_idx = batch_begin; batch_idx < batch_end; in Compute() local
Dsparse_mat_mul_op.cc187 for (int64_t batch_idx = batch_begin; batch_idx < batch_end; in Compute() local
229 for (int64_t 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/ComputeLibrary/tests/validation/reference/
DQLSTMLayerNormalization.cpp60 for(uint32_t batch_idx = 0; batch_idx < num_batch; ++batch_idx) in qlstm_layer_normalization() 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.cc320 int batch_idx = 0; in Compute() local
Drandom_binomial_op.cc202 int64_t batch_idx = output_idx / samples_per_batch; in operator ()() local
Dbincount_op.cc454 int batch_idx = 0; in Compute() local
Dparameterized_truncated_normal_op.cc371 int64_t batch_idx = output_idx / samples_per_batch; in operator ()() local
Dresource_variable_ops.cc761 for (int64_t batch_idx = 0, dest_idx = 0; batch_idx < batch_size; in AddBatchOffsets() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc307 void DoNMSPerClass(int batch_idx, int class_idx, const float* boxes_data, in DoNMSPerClass()
390 const int batch_idx, int total_size_per_batch, in SelectResultPerBatch()
476 int batch_idx = idx / num_classes; in BatchedNonMaxSuppressionOp() local
513 for (int batch_idx = begin; batch_idx < end; ++batch_idx) { in BatchedNonMaxSuppressionOp() local
556 int batch_idx = idx / per_batch_size; in BatchedNonMaxSuppressionOp() local
/external/ComputeLibrary/tests/validation/fixtures/
DROIAlignLayerFixture.h91 const auto batch_idx = dist_batch(gen); variable
/external/ComputeLibrary/src/graph/mutators/
DGroupedConvolutionMutator.cpp57 …const unsigned int batch_idx = get_dimension_idx(weights_tensor_desc.layout, DataLay… in create_grouped_convolution() local
/external/ComputeLibrary/src/core/NEON/kernels/
DNESpaceToBatchLayerKernel.cpp164 …const int batch_idx = get_data_layout_dimension_index(_data_layout, DataLayoutDimension::BATCHE… in run() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc176 for (int batch_idx = 0; batch_idx < bcast.output_batch_size(); ++batch_idx) { in createMatMulOps() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c68 int batch_idx; member
/external/tensorflow/tensorflow/stream_executor/
Ddnn.cc214 int batch_idx; member
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h528 …const int batch_idx = get_data_layout_dimension_index(data_layout, DataLayoutDimension::B… in compute_deconvolution_output_shape() local