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.rst 397 B

1234567891011
  1. mindspore.dataset.show
  2. ======================
  3. .. py:method:: mindspore.dataset.show(dataset, indentation=2)
  4. 将数据处理管道图写入MindSpore的INFO级别日志文件。
  5. **参数:**
  6. - **dataset** (Dataset): 数据处理管道对象。
  7. - **indentation** (int, optional): 设置MindSpore的INFO级别日志文件打印时的缩进字符数。若为None,则不缩进。