Searched refs:ix_n_d (Results 1 – 1 of 1) sorted by relevance
407 const int64 ix_n_d = internal::SubtleMustCopy(ix_ptr[n * dims_ + d]); in ToDense() local408 if (!FastBoundsCheck(ix_n_d, out_shape[d])) { in ToDense()411 ix += strides[d] * ix_n_d; in ToDense()