Note: Functions takingTensor
arguments can also take anything accepted bytf.convert_to_tensor
.
TensorFlow supports a SparseTensor
representation for data that is sparse in multiple dimensions. Contrast this representation with IndexedSlices
, which is efficient for representing tensors that are sparse in their first dimension, and dense along all other dimensions.
tf.sparse_concat
tf.sparse_reorder
tf.sparse_reshape
tf.sparse_split
tf.sparse_retain
tf.sparse_reset_shape
tf.sparse_fill_empty_rows
tf.sparse_transpose
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_guides/python/sparse_ops