Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h480 const auto* st_ix = &st.ix_.matrix<int64>()(0, 0); in Concat() local
483 *ix_out++ = *st_ix++ + ((i % dims == primary_dim) ? shape_offset : 0); in Concat()