Searched defs:GetStats (Results 1 - 25 of 38) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
H A Dfeature-stats-accumulator.h57 StatsType GetStats(uint32 slot_id, uint32 class_id, uint32 partition_id, function in class:tensorflow::boosted_trees::learner::FeatureStatsAccumulator
/external/toolchain-utils/deprecated/
H A Dcompare_benchmarks.py42 def GetStats(in_file): function
130 stats = GetStats(resfile)
131 basestats = GetStats(basefile)
/external/webrtc/talk/session/media/
H A Dmediamonitor.h55 virtual void GetStats() = 0;
77 virtual void GetStats() { function in class:cricket::MediaMonitorT
79 media_channel_->GetStats(&media_info_);
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_allocator.cc69 void SYCLAllocator::GetStats(AllocatorStats* stats) { function in class:tensorflow::SYCLAllocator
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h34 StackDepotStats *GetStats() { return &stats; } function in class:__sanitizer::StackDepotBase
/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_context.cc53 void XlaDeviceAllocator::GetStats(AllocatorStats* stats) { stats->Clear(); } function in class:tensorflow::XlaDeviceAllocator
/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.cc155 void TrackingAllocator::GetStats(AllocatorStats* stats) { function in class:tensorflow::TrackingAllocator
156 allocator_->GetStats(stats);
H A Dallocator.h199 virtual void GetStats(AllocatorStats* stats) { stats->Clear(); } function in class:tensorflow::Allocator
/external/webrtc/webrtc/audio/
H A Daudio_receive_stream.cc190 webrtc::AudioReceiveStream::Stats AudioReceiveStream::GetStats() const { function in class:webrtc::internal::AudioReceiveStream
H A Daudio_send_stream.cc125 webrtc::AudioSendStream::Stats AudioSendStream::GetStats() const { function in class:webrtc::internal::AudioSendStream
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc65 bool RemoteEstimatorProxy::GetStats( function in class:webrtc::RemoteEstimatorProxy
H A Dremote_bitrate_estimator_single_stream.cc218 bool RemoteBitrateEstimatorSingleStream::GetStats( function in class:webrtc::RemoteBitrateEstimatorSingleStream
/external/libchrome/dbus/
H A Ddbus_statistics.cc71 StatValue* stat = GetStats(service, interface, method, true);
85 StatValue* GetStats(const std::string& service, function in class:dbus::__anon11106::DBusStatistics
256 g_dbus_statistics->GetStats(service, interface, method, false);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_debug_allocator.cc140 void GPUDebugAllocator::GetStats(AllocatorStats* stats) { function in class:tensorflow::GPUDebugAllocator
141 base_allocator_->GetStats(stats);
214 void GPUNanResetAllocator::GetStats(AllocatorStats* stats) { function in class:tensorflow::GPUNanResetAllocator
215 base_allocator_->GetStats(stats);
/external/webrtc/talk/media/base/
H A Dvideoadapter_unittest.cc111 Stats GetStats() { function in class:cricket::VideoAdapterTest::VideoCapturerListener
177 VideoCapturerListener::Stats stats = listener_->GetStats();
192 VideoCapturerListener::Stats stats = listener_->GetStats();
209 VideoCapturerListener::Stats stats = listener_->GetStats();
226 VideoCapturerListener::Stats stats = listener_->GetStats();
243 VideoCapturerListener::Stats stats = listener_->GetStats();
261 EXPECT_EQ(0, listener_->GetStats().dropped_frames);
271 EXPECT_GT(listener_->GetStats().dropped_frames, 0);
332 VideoCapturerListener::Stats stats = listener_->GetStats();
348 VerifyAdaptedResolution(listener_->GetStats(),
[all...]
H A Dvideocapturer.cc330 void VideoCapturer::GetStats(VariableInfo<int>* adapt_drops_stats, function in class:cricket::VideoCapturer
/external/webrtc/webrtc/p2p/base/
H A Dtransport.cc301 bool Transport::GetStats(TransportStats* stats) { function in class:cricket::Transport
310 if (!channel->GetStats(&substats.connection_infos)) {
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.cc75 VideoReceiveStream::Stats ReceiveStatisticsProxy::GetStats() const { function in class:webrtc::ReceiveStatisticsProxy
H A Dvideo_receive_stream.cc328 VideoReceiveStream::Stats VideoReceiveStream::GetStats() const { function in class:webrtc::internal::VideoReceiveStream
329 return stats_proxy_->GetStats();
H A Dvideo_send_stream.cc454 VideoSendStream::Stats VideoSendStream::GetStats() { function in class:webrtc::internal::VideoSendStream
455 return stats_proxy_.GetStats();
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtccall.cc67 webrtc::AudioSendStream::Stats FakeAudioSendStream::GetStats() const { function in class:cricket::FakeAudioSendStream
91 webrtc::AudioReceiveStream::Stats FakeAudioReceiveStream::GetStats() const { function in class:cricket::FakeAudioReceiveStream
175 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() { function in class:cricket::FakeVideoSendStream
228 webrtc::VideoReceiveStream::Stats FakeVideoReceiveStream::GetStats() const { function in class:cricket::FakeVideoReceiveStream
427 webrtc::Call::Stats FakeCall::GetStats() const { function in class:cricket::FakeCall
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment.h377 const Stats& GetStats() const { return stats_; } function in class:xla::BufferAssignment
421 // Computes stats for the assignment, to be retrieved by GetStats.
/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc683 void BFCAllocator::GetStats(AllocatorStats* stats) { function in class:BFCAllocator
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc382 // to GetStats.
425 void StatsCollector::GetStats(MediaStreamTrackInterface* track, function in class:webrtc::StatsCollector
540 // values to reduce CPU use in GetStats. This will require adding a fast
699 // As is, if GetStats() failed, we could be using old (incorrect?) proxy
779 if (!pc_->session()->voice_channel()->GetStats(&voice_info)) {
812 if (!pc_->session()->video_channel()->GetStats(&video_info)) {
912 audio_processor->GetStats(&stats);
/external/webrtc/webrtc/call/
H A Dcall.cc80 Stats GetStats() const override;
494 Call::Stats Call::GetStats() const { function in class:webrtc::internal::Call

Completed in 8096 milliseconds

12