mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
add closing code quotes
PiperOrigin-RevId: 157339360
This commit is contained in:
parent
d20d0a6231
commit
409419bcce
|
|
@ -629,6 +629,7 @@ class Dataset(object):
|
||||||
# structure of elements in the resulting dataset.
|
# structure of elements in the resulting dataset.
|
||||||
a.enumerate(start=5) == { (5, 1), (6, 2), (7, 3) }
|
a.enumerate(start=5) == { (5, 1), (6, 2), (7, 3) }
|
||||||
b.enumerate() == { (0, (7, 8)), (1, (9, 10)), (2, (11, 12)) }
|
b.enumerate() == { (0, (7, 8)), (1, (9, 10)), (2, (11, 12)) }
|
||||||
|
```
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
start: A `tf.int64` scalar `tf.Tensor`, representing the start
|
start: A `tf.int64` scalar `tf.Tensor`, representing the start
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user