tf.SparseTensor.__truediv__(sp_x, y) Internal helper function for 'sp_t / dense_t'.
tf.SparseTensor.graph The Graph that contains the index, value, and shape tensors.
tf.SparseTensor.eval(feed_dict=None, session=None) Evaluates this sparse tensor in a Session.
tf.SparseTensor.from_value(cls, sparse_tensor_value)
tf.sparse_to_dense(sparse_indices, output_shape, sparse_values, default_value=0, validate_indices=True, name=None) Converts a
tf.SparseTensor.__init__(indices, values, shape) Creates a SparseTensor. Args:
class tf.SparseTensor Represents a sparse tensor. TensorFlow represents a sparse tensor as three
tf.SparseTensor.__str__()
tf.SparseTensor.__mul__(sp_x, y) Component-wise multiplies a SparseTensor by a dense Tensor. The
tf.sparse_add(a, b, thresh=0) Adds two tensors, at least one of each is a SparseTensor. If
Page 1 of 5