Searched refs:ix_n_d (Results 1 – 1 of 1) sorted by relevance
487 const int64 ix_n_d = internal::SubtleMustCopy(ix_t(n, d)); in ToDense() local488 if (!FastBoundsCheck(ix_n_d, out_shape.dim_size(d))) { in ToDense()491 ix += strides[d] * ix_n_d; in ToDense()