Searched refs:GetOpNumRepeatsPerEpoch (Results 1 – 3 of 3) sorted by relevance
84 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()
238 int32_t GetOpNumRepeatsPerEpoch() const { return op_num_repeats_per_epoch_; } in GetOpNumRepeatsPerEpoch() function
146 if (op_current_repeats_ % GetOpNumRepeatsPerEpoch() == 0) { in operator ()()170 if ((op_current_repeats_ + 1) % GetOpNumRepeatsPerEpoch() == 0) { in operator ()()