Searched refs:ix_n_d (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor.h410 const int64 ix_n_d = internal::SubtleMustCopy(ix_t(n, d)); local
411 if (!FastBoundsCheck(ix_n_d, out_shape.dim_size(d))) {
414 ix += strides[d] * ix_n_d;

Completed in 108 milliseconds