tf.SparseTensor.indices The indices of non-zero values in the represented dense tensor. Returns:
tf.SparseTensorValue.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.
tf.sparse_reduce_sum_sparse(sp_input, reduction_axes=None, keep_dims=False) Computes the sum of elements across dimensions of
tf.SparseTensor.op The Operation that produces values as an output.
tf.sparse_reorder(sp_input, name=None) Reorders a SparseTensor into the canonical, row-major ordering.
tf.sparse_concat(concat_dim, sp_inputs, name=None, expand_nonconcat_dim=False) Concatenates a list of SparseTensor
tf.SparseTensor.values The non-zero values in the represented dense tensor. Returns:
tf.sparse_reset_shape(sp_input, new_shape=None) Resets the shape of a SparseTensor with indices and values unchanged
tf.sparse_maximum(sp_a, sp_b, name=None) Returns the element-wise max of two SparseTensors. Assumes
tf.SparseTensorValue.values Alias for field number 1
Page 3 of 5