tf.SparseTensorValue.shape
  • References/Big Data/TensorFlow/TensorFlow Python/Sparse Tensors

tf.SparseTensorValue.shape Alias for field number 2

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

tf.sparse_transpose(sp_input, perm=None, name=None) Transposes a SparseTensor The

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

tf.sparse_split(split_dim, num_split, sp_input, name=None) Split a SparseTensor into num_split tensors

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

tf.sparse_tensor_dense_matmul(sp_a, b, adjoint_a=False, adjoint_b=False, name=None) Multiply SparseTensor (of rank 2) "A" by dense

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

tf.sparse_to_indicator(sp_input, vocab_size, name=None) Converts a SparseTensor of ids into a dense bool indicator

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

tf.sparse_retain(sp_input, to_retain) Retains specified non-empty values within a SparseTensor. For

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

tf.SparseTensor.shape A 1-D Tensor of int64 representing the shape of the dense tensor.

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

tf.sparse_fill_empty_rows(sp_input, default_value, name=None) Fills empty rows in the input 2-D SparseTensor with

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

tf.SparseTensor.dtype The DType of elements in this tensor.

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

tf.sparse_merge(sp_ids, sp_values, vocab_size, name=None, already_sorted=False) Combines a batch of feature ids and values into

2025-01-10 15:47:30