Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Ddataset_node.cc36 const int64_t shuffle_max = 10000; in ComputeShuffleSize() local
57 *shuffle_size = std::max(avg_rows_per_file * average_files_multiplier, shuffle_max); in ComputeShuffleSize()