tf.sparse_minimum(sp_a, sp_b, name=None) Returns the element-wise min of two SparseTensors. Assumes
tf.sparse_maximum(sp_a, sp_b, name=None) Returns the element-wise max of two SparseTensors. Assumes
tf.SparseTensorValue.__getstate__() Exclude the OrderedDict from pickling
tf.SparseTensorValue.values Alias for field number 1
tf.sparse_reduce_sum(sp_input, reduction_axes=None, keep_dims=False) Computes the sum of elements across dimensions of a SparseTensor
tf.SparseTensorValue.__repr__() Return a nicely formatted representation string
tf.sparse_softmax(sp_input, name=None) Applies softmax to a batched N-D SparseTensor. The
tf.SparseTensor.__div__(sp_x, y) Component-wise divides a SparseTensor by a dense Tensor. Limitation:
class tf.SparseTensorValue SparseTensorValue(indices, values, shape)
tf.SparseTensorValue.indices Alias for field number 0
Page 4 of 5