Fix the formatting on tensorflow.org
PiperOrigin-RevId: 314317707 Change-Id: Iafc6a0de5cc69b8eba2b880f1928477023d1bcfd
This commit is contained in:
parent
83eb4048ba
commit
5c3cdff00b
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user