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.h442 const VarDimArray& st_shape = st.shape(); in Concat() local
445 DCHECK_EQ(final_shape[cdim], st_shape[cdim]) in Concat()
450 << "] but saw shape: [" << str_util::Join(st_shape, ",") << "]"; in Concat()
455 (final_shape[primary_dim] + st_shape[primary_dim]); in Concat()