Searched refs:SelectSampler (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | samplers.h | 53 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 77 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 113 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 139 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 163 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 187 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 210 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t); 231 friend std::shared_ptr<SamplerObj> SelectSampler(int64_t, bool, int32_t, int32_t);
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | random_node.cc | 141 *sampler = SelectSampler(total_rows_, false, 1, 0); in SetupSamplerForCache()
|
D | usps_node.cc | 156 *sampler = SelectSampler(num_samples_, shuffle_files, num_shards_, shard_id_); in SetupSamplerForCache()
|
D | text_file_node.cc | 183 *sampler = SelectSampler(num_samples_, shuffle_files, num_shards_, shard_id_); in SetupSamplerForCache()
|
D | csv_node.cc | 223 *sampler = SelectSampler(num_samples_, shuffle_files, num_shards_, shard_id_); in SetupSamplerForCache()
|
D | clue_node.cc | 281 *sampler = SelectSampler(num_samples_, shuffle_files, num_shards_, shard_id_); in SetupSamplerForCache()
|
D | tf_record_node.cc | 285 *sampler = SelectSampler(num_samples_, shuffle_files, num_shards_, shard_id_); in SetupSamplerForCache()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
D | dataset_node.h | 130 std::shared_ptr<SamplerObj> SelectSampler(int64_t num_samples, bool shuffle, int32_t num_shards, in…
|
D | dataset_node.cc | 196 std::shared_ptr<SamplerObj> SelectSampler(int64_t num_samples, bool shuffle, int32_t num_shards, in… in SelectSampler() function
|