tf.SparseTensor.__mul__(sp_x, y) Component-wise multiplies a SparseTensor by a dense Tensor. The
tf.SparseTensor.eval(feed_dict=None, session=None) Evaluates this sparse tensor in a Session.
tf.SparseTensor.__init__(indices, values, shape) Creates a SparseTensor. Args:
tf.SparseTensor.__str__()
tf.SparseTensor.graph The Graph that contains the index, value, and shape tensors.
tf.sparse_to_dense(sparse_indices, output_shape, sparse_values, default_value=0, validate_indices=True, name=None) Converts a
tf.SparseTensor.from_value(cls, sparse_tensor_value)
class tf.SparseTensor Represents a sparse tensor. TensorFlow represents a sparse tensor as three
tf.SparseTensor.__truediv__(sp_x, y) Internal helper function for 'sp_t / dense_t'.
tf.sparse_merge(sp_ids, sp_values, vocab_size, name=None, already_sorted=False) Combines a batch of feature ids and values into
Page 1 of 5