Home
last modified time | relevance | path

Searched refs:update_times_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h202 int32 update_times_ = 0; variable
Dcostmodel.cc405 void CostModel::IncrementUpdateTimes() { update_times_++; } in IncrementUpdateTimes()
407 int32 CostModel::GetUpdateTimes() const { return update_times_; } in GetUpdateTimes()
/external/webrtc/video/
Dsend_statistics_proxy.h285 std::map<uint32_t, StatsUpdateTimes> update_times_ RTC_GUARDED_BY(mutex_);
Dsend_statistics_proxy.cc757 if (update_times_[ssrc].resolution_update_ms <= old_stats_ms) { in PurgeOldStats()
981 update_times_[ssrc].resolution_update_ms = clock_->TimeInMilliseconds(); in OnSendEncodedImage()