Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h487 const int64 ix_n_d = internal::SubtleMustCopy(ix_t(n, d)); in ToDense() local
488 if (!FastBoundsCheck(ix_n_d, out_shape.dim_size(d))) { in ToDense()
491 ix += strides[d] * ix_n_d; in ToDense()