tf.sparse_retain(sp_input, to_retain) Retains specified non-empty values within a SparseTensor. For
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.SparseTensorValue.shape Alias for field number 2
tf.sparse_transpose(sp_input, perm=None, name=None) Transposes a SparseTensor The
tf.SparseTensor.shape A 1-D Tensor of int64 representing the shape of the dense tensor.
tf.SparseTensor.dtype The DType of elements in this 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.sparse_split(split_dim, num_split, sp_input, name=None) Split a SparseTensor into num_split tensors
Page 2 of 5