Home
last modified time | relevance | path

Searched refs:ShuffleType (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_shuffle.h27 explicit ShardShuffle(uint32_t seed = 0, ShuffleType shuffle_type = kShuffleCategory);
30 ShuffleType shuffle_type = kShuffleSample);
52 ShuffleType shuffle_type_;
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_shuffle.cc23 ShardShuffle::ShardShuffle(uint32_t seed, ShuffleType shuffle_type) in ShardShuffle()
31 ShuffleType shuffle_type) in ShardShuffle()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/common/
Dshard_utils.h83 enum ShuffleType { kShuffleCategory, kShuffleSample }; enum