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.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.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.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.sparse_minimum()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_minimum(sp_a, sp_b, name=None) Returns the element-wise min of two SparseTensors. Assumes

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.sparse_reshape()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_reshape(sp_input, shape, name=None) Reshapes a SparseTensor to represent values in a new dense 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_maximum()
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.sparse_maximum(sp_a, sp_b, name=None) Returns the element-wise max of two SparseTensors. Assumes

2025-01-10 15:47:30