Home
last modified time | relevance | path

Searched refs:batch_offset (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.h57 uint32_t batch_offset,
62 uint32_t batch_offset,
Dintel_batchbuffer.c1100 brw_batch_reloc(struct intel_batchbuffer *batch, uint32_t batch_offset, in brw_batch_reloc() argument
1104 assert(batch_offset <= batch->batch.bo->size - sizeof(uint32_t)); in brw_batch_reloc()
1106 return emit_reloc(batch, &batch->batch_relocs, batch_offset, in brw_batch_reloc()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dbucket_by_sequence_length_test.py428 for batch_offset in batch_offsets:
429 batch_start_len = bucket_start_len + batch_offset
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py505 batch_offset = math_ops.range(batch_size, dtype=unique_y.dtype) * num_labels
506 indices = unique_y + array_ops.expand_dims(batch_offset, axis=-1)
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc602 int64 const batch_offset = params.dim_size(batch_dims_); in AddBatchOffsets() local
606 indices_flat(dest_idx++) += batch_offset * batch_idx; in AddBatchOffsets()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h4579 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local
4596 input_ptr += batch_offset; in ResizeNearestNeighbor()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h6403 const int batch_offset = input_shape.Dims(1) * row_offset; in ResizeNearestNeighbor() local
6431 input_ptr += batch_offset; in ResizeNearestNeighbor()