tf.SparseTensor.indices
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensor.indices The indices of non-zero values in the represented dense tensor. Returns:

2025-01-10 15:47:30
tf.SparseTensor.op
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensor.op The Operation that produces values as an output.

2025-01-10 15:47:30
tf.sparse_reduce_sum_sparse()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_reduce_sum_sparse(sp_input, reduction_axes=None, keep_dims=False) Computes the sum of elements across dimensions of

2025-01-10 15:47:30
tf.SparseTensorValue.
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensorValue.__getnewargs__() Return self as a plain tuple. Used by copy and pickle.

2025-01-10 15:47:30
tf.SparseTensor.values
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensor.values The non-zero values in the represented dense tensor. Returns:

2025-01-10 15:47:30
tf.SparseTensorValue.
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensorValue.__new__(_cls, indices, values, shape) Create new instance of SparseTensorValue(indices, values, shape)

2025-01-10 15:47:30
tf.SparseTensorValue.values
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensorValue.values Alias for field number 1

2025-01-10 15:47:30
tf.sparse_concat()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_concat(concat_dim, sp_inputs, name=None, expand_nonconcat_dim=False) Concatenates a list of SparseTensor

2025-01-10 15:47:30
tf.sparse_reset_shape()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_reset_shape(sp_input, new_shape=None) Resets the shape of a SparseTensor with indices and values unchanged

2025-01-10 15:47:30
tf.SparseTensorValue.
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensorValue.__getstate__() Exclude the OrderedDict from pickling

2025-01-10 15:47:30