Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
Dfeature-stats-accumulator.h31 template <typename StatsType, typename Accumulator>
35 std::unordered_map<ClassPartitionKey, StatsType, ClassPartitionKey::Hash>;
49 uint64 feature_id, const StatsType& stats) { in AddStats()
57 StatsType GetStats(uint32 slot_id, uint32 class_id, uint32 partition_id, in GetStats()
62 : StatsType(); in GetStats()
/external/webrtc/talk/app/webrtc/
Dstatstypes.h59 enum StatsType { enum
229 StatsType type() const;
244 IdBase(StatsType type); // Only meant for derived classes.
245 const StatsType type_;
338 static Id NewTypedId(StatsType type, const std::string& id);
339 static Id NewTypedIntId(StatsType type, int id);
341 StatsType type, const std::string& id, Direction direction);
349 StatsType type() const { return id_->type(); } in type()
Dstatstypes.cc50 const char* InternalTypeToString(StatsReport::StatsType type) { in InternalTypeToString()
90 TypedId(StatsReport::StatsType type, const std::string& id) in TypedId()
108 TypedIntId(StatsReport::StatsType type, int id) in TypedIntId()
128 IdWithDirection(StatsReport::StatsType type, const std::string& id, in IdWithDirection()
179 ComponentId(StatsReport::StatsType type, const std::string& content_name, in ComponentId()
223 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {} in IdBase()
226 StatsReport::StatsType StatsReport::IdBase::type() const { return type_; } in type()
633 StatsReport::Id StatsReport::NewTypedId(StatsType type, const std::string& id) { in NewTypedId()
638 StatsReport::Id StatsReport::NewTypedIntId(StatsType type, int id) { in NewTypedIntId()
644 StatsType type, const std::string& id, StatsReport::Direction direction) { in NewIdWithDirection()
Dstatscollector.h134 webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
Dstatscollector_unittest.cc184 std::string ExtractStatsValue(const StatsReport::StatsType& type, in ExtractStatsValue()
196 StatsReport::Id TypedIdFromIdString(StatsReport::StatsType type, in TypedIdFromIdString()
223 const StatsReports& reports, const StatsReport::StatsType& type, int n) { in FindNthReportByType()
Dstatscollector.cc860 StatsReport* StatsCollector::GetReport(const StatsReport::StatsType& type, in GetReport()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp345 typedef SingleCallStatistics StatsType; typedef
358 typedef MapCallStatistics StatsType; typedef
371 typedef MapCallStatistics StatsType; typedef
384 typedef MapFlushCallStatistics StatsType; typedef
397 typedef MapFlushCallStatistics StatsType; typedef
410 typedef RenderReadStatistics StatsType; typedef
425 typedef RenderReadStatistics StatsType; typedef
440 typedef UploadRenderReadStatistics StatsType; typedef
456 typedef UploadRenderReadStatistics StatsType; typedef
472 typedef RenderUploadRenderReadStatistics StatsType; typedef
[all …]