Home
last modified time | relevance | path

Searched refs:indices_idx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_functor.h62 SliceIndex indices_idx = static_cast<SliceIndex>(start % indices_size); in HandleCopies() local
67 (batch_idx == batch_idx_end && indices_idx < indices_idx_end)) { in HandleCopies()
68 SliceIndex i_next = indices_idx + 1; in HandleCopies()
81 const Index index = internal::SubtleMustCopy(indices(indices_idx)); in HandleCopies()
84 result = indices_idx; in HandleCopies()
93 out_base + (batch_idx * indices_size + indices_idx) * slice_elems, in HandleCopies()
100 out.template chip<1>(indices_idx) = params.template chip<1>(index); in HandleCopies()
102 indices_idx = i_next; in HandleCopies()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java249 int indices_idx = 0; in ApplyStyle() local
419 indices_idx++; in ApplyStyle()
422 out_indices[indices_idx] = ii; in ApplyStyle()
441 out_indices[0] = indices_idx; in ApplyStyle()
449 int indices_idx = 0; in RetrieveAttributes() local
507 indices_idx++; in RetrieveAttributes()
508 out_indices[indices_idx] = ii; in RetrieveAttributes()
516 out_indices[0] = indices_idx; in RetrieveAttributes()
DAttributeResolution10.java253 int indices_idx = 0; in ApplyStyle() local
429 indices_idx++; in ApplyStyle()
432 out_indices[indices_idx] = ii; in ApplyStyle()
451 out_indices[0] = indices_idx; in ApplyStyle()
459 int indices_idx = 0; in RetrieveAttributes() local
517 indices_idx++; in RetrieveAttributes()
518 out_indices[indices_idx] = ii; in RetrieveAttributes()
526 out_indices[0] = indices_idx; in RetrieveAttributes()
DAttributeResolution.java237 int indices_idx = 0; in ApplyStyle() local
410 indices_idx++; in ApplyStyle()
413 outIndices[indices_idx] = ii; in ApplyStyle()
433 outIndices[0] = indices_idx; in ApplyStyle()
440 int indices_idx = 0; in RetrieveAttributes() local
506 indices_idx++; in RetrieveAttributes()
507 outIndices[indices_idx] = ii; in RetrieveAttributes()
517 outIndices[0] = indices_idx; in RetrieveAttributes()