HomeSort by relevance Sort by last modified time
    Searched refs:dest_index (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/metrics/
sample_vector.cc 139 size_t dest_index = GetBucketIndex(min); local
154 index_offset = dest_index - iter_index;
155 if (dest_index >= counts_size())
169 dest_index, op == HistogramSamples::ADD ? count : -count)) {
185 if (min != bucket_ranges_->range(dest_index) ||
186 max != bucket_ranges_->range(dest_index + 1)) {
188 << "; range=" << bucket_ranges_->range(dest_index) << ","
189 << bucket_ranges_->range(dest_index + 1);
195 &counts()[dest_index], op == HistogramSamples::ADD ? count : -count);
204 dest_index = iter_index + index_offset
    [all...]
  /external/libchrome/mojo/public/cpp/system/
wait_set.cc 196 size_t dest_index = waitable_index_shift_++; local
197 events.container()[dest_index] = &handle_event_;
199 dest_index = (dest_index + 1) % events.container().size();
200 events.container()[dest_index] = e;
  /external/tensorflow/tensorflow/compiler/xrt/
xrt_state.h 180 // dest_index.
183 const xla::ShapeIndex& dest_index);
xrt_state.cc 520 const xla::ShapeIndex& dest_index) {
522 XRTBufferAllocation* dest_buffer = buffers_.element(dest_index);
531 dest_index.ToString(), ": ", source_buffer->size(), " vs ",
534 *buffers_.mutable_element(dest_index) = source_buffer;
  /external/v8/src/
intl.cc 117 int32_t dest_index = 0; local
121 result->SeqOneByteStringSet(dest_index++, 'S');
122 result->SeqOneByteStringSet(dest_index++, 'S');
124 result->SeqOneByteStringSet(dest_index++, ToLatin1Upper(ch));
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 332 int dest_index = 0; local
342 dest_index = abs_shift;
349 memmove(&self->binary_far_history[dest_index],
354 memmove(&self->far_bit_counts[dest_index],
  /external/tensorflow/tensorflow/compiler/xla/
literal.cc 252 int64 dest_index = linear_index(shape(), dest_indexes);
255 StridedCopy(this->data<NativeT>(), dest_index, stride_config.dest_stride,
270 absl::Span<const int64> dest_index) {
275 IndexUtil::MultidimensionalIndexToLinearIndex(shape(), dest_index);
485 ShapeIndex dest_index = dest_shape_index;
487 dest_index.push_back(i);
489 Piece& dest_piece = piece(dest_index);
636 int64 dest_index = IndexUtil::MultidimensionalIndexToLinearIndex(
640 memcpy(dest_data + primitive_size * dest_index,
    [all...]
literal.h 611 // Copies one element from src_literal[src_index] to (*this)[dest_index].
614 absl::Span<const int64> dest_index);
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
gather_op_test.py 143 for source_index, dest_index in enumerate(indices.flat):
144 dest_slice = ((slice(None),) * outer_dims + (dest_index,) +
  /art/runtime/dex/
dex_file_annotations.cc 934 uint32_t dest_index = 0; local
    [all...]

Completed in 2070 milliseconds