tf.SparseTensor.shape A 1-D Tensor of int64 representing the shape of the dense tensor.
tf.sparse_tensor_dense_matmul(sp_a, b, adjoint_a=False, adjoint_b=False, name=None) Multiply SparseTensor (of rank 2) "A" by dense
tf.SparseTensor.dtype The DType of elements in this tensor.
tf.sparse_add(a, b, thresh=0) Adds two tensors, at least one of each is a SparseTensor. If
tf.sparse_to_indicator(sp_input, vocab_size, name=None) Converts a SparseTensor of ids into a dense bool indicator
tf.sparse_fill_empty_rows(sp_input, default_value, name=None) Fills empty rows in the input 2-D SparseTensor with
tf.sparse_transpose(sp_input, perm=None, name=None) Transposes a SparseTensor The
tf.sparse_retain(sp_input, to_retain) Retains specified non-empty values within a SparseTensor. For
tf.SparseTensorValue.shape Alias for field number 2
tf.sparse_merge(sp_ids, sp_values, vocab_size, name=None, already_sorted=False) Combines a batch of feature ids and values into
Page 2 of 5