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
- =========================
-
- .. py:class:: mindspore.dataset.Shuffle
-
- 指定混洗模式的枚举类。
-
- - **Shuffle.GLOBAL** - 混洗文件和文件中的数据。
- - **Shuffle.FILES** - 仅混洗文件。
- - **Shuffle.INFILE** - 保持读入文件的序列,仅混洗每个文件中的数据。
|