Searched refs:reports_ (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | operation_checker.h | 35 return reports_; in Check() 58 reports_.add_reports( in Check() 63 reports_.add_reports( in Check() 67 return reports_; in Check() 71 AdviceProto::Checker reports_;
|
D | accelerator_utilization_checker.h | 44 return reports_; in Check() 59 reports_.add_reports(strings::Printf("device: %s utilization: %.2f", in CheckInternal() 62 reports_.add_reports(strings::Printf("device: %s low utilization: %.2f", in CheckInternal() 65 reports_.add_reports(strings::Printf("device: %s low utilization: %.2f", in CheckInternal() 69 return reports_; in CheckInternal() 103 AdviceProto::Checker reports_; variable
|
D | expensive_operation_checker.h | 34 return reports_; in Check() 42 return reports_; in Check() 69 reports_.add_reports(str_util::Join(outputs, "\n")); in CheckOpView() 92 reports_.add_reports(str_util::Join(outputs, "\n")); in CheckCodeView() 111 reports_.add_reports(str_util::Join(outputs, "\n")); in CheckScopeView() 134 AdviceProto::Checker reports_; variable
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 388 &reports_, track_ids_); in AddStream() 390 &reports_, track_ids_); in AddStream() 408 StatsReport* report = reports_.Find(id); in AddLocalAudioTrack() 410 report = reports_.InsertNew(id); in AddLocalAudioTrack() 434 reports->reserve(reports_.size()); in GetStats() 435 for (auto* r : reports_) in GetStats() 440 StatsReport* report = reports_.Find(StatsReport::NewTypedId( in GetStats() 445 report = reports_.Find(StatsReport::NewTypedId( in GetStats() 454 for (const auto* r : reports_) { in GetStats() 503 StatsReport* report = reports_.Find(id); in PrepareReport() [all …]
|
D | statscollector.h | 153 StatsCollection reports_; variable
|
/external/webrtc/webrtc/video/ |
D | call_stats.cc | 118 RemoveOldReports(now, &reports_); in Process() 119 max_rtt_ms_ = GetMaxRttMs(&reports_); in Process() 120 UpdateAvgRttMs(&reports_, &avg_rtt_ms_); in Process() 165 reports_.push_back(RttTime(rtt, clock_->TimeInMilliseconds())); in OnRttUpdate()
|
D | call_stats.h | 73 std::list<RttTime> reports_; variable
|