Home
last modified time | relevance | path

Searched refs:outer_idx (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_functor_batched.h65 SliceIndex outer_idx = static_cast<SliceIndex>(r_start / indices_size); in HandleCopiesBatched() local
71 SliceIndex o_next = outer_idx; in HandleCopiesBatched()
102 &out(batch_idx, outer_idx, indices_idx, 0), in HandleCopiesBatched()
103 &params(batch_idx, outer_idx, static_cast<SliceIndex>(index), 0), in HandleCopiesBatched()
108 .template chip<0>(outer_idx) in HandleCopiesBatched()
111 .template chip<0>(outer_idx) in HandleCopiesBatched()
116 outer_idx = o_next; in HandleCopiesBatched()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java887 final int outer_idx = ic.getOuterClassIndex(); in visitInnerClasses() local
888 if (outer_idx != 0) { in visitInnerClasses()
889 checkIndex(obj, outer_idx, CONST_Class); in visitInnerClasses()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc383 size_t outer_idx = index_pair.index() / 2; in FoldOperandsPermutation() local
386 shuffled_paddings[permutation[outer_idx] * 2 + inner_idx] = in FoldOperandsPermutation()