Fix the formatting on tensorflow.org

PiperOrigin-RevId: 314317707
Change-Id: Iafc6a0de5cc69b8eba2b880f1928477023d1bcfd
This commit is contained in:
Yash Katariya 2020-06-02 06:17:18 -07:00 committed by TensorFlower Gardener
parent 83eb4048ba
commit 5c3cdff00b

View File

@ -1715,6 +1715,7 @@ class RaggedTensor(composite_tensor.CompositeTensor,
it is not ragged-right, then an error will be generated.
Example:
>>> indices = [[0, 0], [0, 1], [0, 2], [1, 0], [3, 0]]
>>> st = tf.sparse.SparseTensor(indices=indices,
... values=[1, 2, 3, 4, 5],