tf.SparseTensorValue.__getstate__() Exclude the OrderedDict from pickling
tf.sparse_concat(concat_dim, sp_inputs, name=None, expand_nonconcat_dim=False) Concatenates a list of SparseTensor
tf.sparse_reorder(sp_input, name=None) Reorders a SparseTensor into the canonical, row-major ordering.
tf.SparseTensor.values The non-zero values in the represented dense tensor. Returns:
tf.sparse_tensor_to_dense(sp_input, default_value=0, validate_indices=True, name=None) Converts a SparseTensor into
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.__repr__() Return a nicely formatted representation string
tf.sparse_reduce_sum(sp_input, reduction_axes=None, keep_dims=False) Computes the sum of elements across dimensions of a SparseTensor
tf.SparseTensorValue.indices Alias for field number 0
Page 4 of 5