mindspore/docs/api/api_python/dataset/mindspore.dataset.show.rst

11 lines
385 B
ReStructuredText
Raw Normal View History

2021-11-17 18:58:35 +08:00
mindspore.dataset.show
======================
2022-04-27 10:50:51 +08:00
.. py:function:: mindspore.dataset.show(dataset, indentation=2)
2021-11-17 18:58:35 +08:00
2022-10-13 16:22:54 +08:00
将数据处理管道图写入logger.info文件。
2021-11-17 18:58:35 +08:00
2022-07-07 17:18:09 +08:00
参数:
- **dataset** (Dataset) - 数据处理管道对象。
2022-09-16 17:07:36 +08:00
- **indentation** (int, 可选) - 设置MindSpore的INFO级别日志文件打印时的缩进字符数。若为None则不缩进。