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.Shuffle.rst 346 B

12345678910
  1. mindspore.dataset.Shuffle
  2. =========================
  3. .. py:class:: mindspore.dataset.Shuffle
  4. 指定混洗模式的枚举类。
  5. - **Shuffle.GLOBAL** - 混洗文件和文件中的数据。
  6. - **Shuffle.FILES** - 仅混洗文件。
  7. - **Shuffle.INFILE** - 保持读入文件的序列,仅混洗每个文件中的数据。