Searched defs:best_it (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_scheduling.cc247 auto best_it = ready_queue.end(); local
248 --best_it;
249 const HloInstruction* best = best_it->second.instruction;
250 ready_queue.erase(best_it);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.cc157 std::list<Cluster>::const_iterator best_it = clusters.end(); local
172 best_it = it;
183 return best_it;
197 std::list<Cluster>::const_iterator best_it = FindBestProbe(clusters); local
198 if (best_it != clusters.end()) {
200 std::min(best_it->GetSendBitrateBps(), best_it->GetRecvBitrateBps());
206 << best_it->GetSendBitrateBps() << " bps, received at "
207 << best_it->GetRecvBitrateBps()
208 << " bps. Mean send delta: " << best_it
[all...]
/external/webrtc/talk/app/webrtc/
H A Dvideosource.cc252 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin(); local
262 best_it = it;
265 return *best_it;

Completed in 383 milliseconds