Home
last modified time | relevance | path

Searched refs:reports_ (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Doperation_checker.h35 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_;
Daccelerator_utilization_checker.h44 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
Dexpensive_operation_checker.h34 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/
Dstatscollector.cc388 &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 …]
Dstatscollector.h153 StatsCollection reports_; variable
/external/webrtc/webrtc/video/
Dcall_stats.cc118 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()
Dcall_stats.h73 std::list<RttTime> reports_; variable