提交 bda1cfaa 编写于 作者: A Andrew Audibert 提交者: TensorFlower Gardener

Fix doc formatting in dataset_ops.py

The effect can be seen in the Args section of https://www.tensorflow.org/api_docs/python/tf/data/Dataset?version=nightly#shuffle

PiperOrigin-RevId: 286304265
Change-Id: I318caf0b33a92d881ad42065d0e4a7a603d91fc0
上级 ff5fa2c4
......@@ -1172,7 +1172,6 @@ class DatasetV2(tracking_base.Trackable, composite_tensor.CompositeTensor):
[1, 0, 2]
>>> list(dataset.as_numpy_iterator()) # doctest: +SKIP
[1, 0, 2]
```
Args:
buffer_size: A `tf.int64` scalar `tf.Tensor`, representing the number of
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册