Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_cpu_impl.h59 const Index ix_i = internal::SubtleMustCopy(Tindices_(loc, i)); in GenerateIndices() local
60 (*ix)[i] = ix_i; in GenerateIndices()
61 out_of_bounds |= !FastBoundsCheck(ix_i, Tparams_.dimension(i)); in GenerateIndices()