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.h407 const int64 ix_n_d = internal::SubtleMustCopy(ix_ptr[n * dims_ + d]); in ToDense() local
408 if (!FastBoundsCheck(ix_n_d, out_shape[d])) { in ToDense()
411 ix += strides[d] * ix_n_d; in ToDense()