You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- mindspore.dataset.show
- ======================
-
- .. py:method:: mindspore.dataset.show(dataset, indentation=2)
-
- 将数据处理管道图写入MindSpore的INFO级别日志文件。
-
- **参数:**
-
- - **dataset** (Dataset): 数据处理管道对象。
- - **indentation** (int, optional): 设置MindSpore的INFO级别日志文件打印时的缩进字符数。若为None,则不缩进。
|