Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_base_op.cc84 if (AllowCacheMiss() && wait_cnt > 0 && wait_cnt % GetOpNumRepeatsPerEpoch() == 0) { in FetchSamplesToWorkers()
159 …MS_LOG(INFO) << "Epoch: " << wait_cnt / GetOpNumRepeatsPerEpoch() << " Cache Miss : " << num_cache… in FetchSamplesToWorkers()
Ddataset_op.h238 int32_t GetOpNumRepeatsPerEpoch() const { return op_num_repeats_per_epoch_; } in GetOpNumRepeatsPerEpoch() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.cc146 if (op_current_repeats_ % GetOpNumRepeatsPerEpoch() == 0) { in operator ()()
170 if ((op_current_repeats_ + 1) % GetOpNumRepeatsPerEpoch() == 0) { in operator ()()