Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h521 const VarDimArray& st_shape = st.shape(); in Concat() local
524 DCHECK_EQ(final_shape[cdim], st_shape[cdim]) in Concat()
529 << "] but saw shape: [" << str_util::Join(st_shape, ",") << "]"; in Concat()
534 (final_shape[primary_dim] + st_shape[primary_dim]); in Concat()