Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dquality_scaler.cc361 const absl::optional<int> drop_rate = in CheckQp() local
365 if (drop_rate && *drop_rate >= kFramedropPercentThreshold) { in CheckQp()
366 RTC_LOG(LS_INFO) << "Reporting high QP, framedrop percent " << *drop_rate; in CheckQp()
/external/tensorflow/tensorflow/python/keras/applications/
Defficientnet.py415 drop_rate=0., argument
514 if drop_rate > 0:
516 drop_rate, noise_shape=(None, 1, 1, 1), name=name + 'drop')(x)