Home
last modified time | relevance | path

Searched defs:SummaryEntry (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h37 struct SummaryEntry { struct
38 SummaryEntry(const ValueType& v, const WeightType& w, const WeightType& min, in SummaryEntry() argument
52 SummaryEntry() { in SummaryEntry() function
72 WeightType PrevMaxRank() const { return max_rank - weight; } in PrevMaxRank()
98 const std::vector<SummaryEntry>& summary_entries) { in BuildFromSummaryEntries() argument
Dweighted_quantiles_stream.h70 using SummaryEntry = typename Summary::SummaryEntry; variable
Dweighted_quantiles_summary_test.cc30 using SummaryEntry = typedef
Dweighted_quantiles_stream_test.cc27 using SummaryEntry = typedef
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1830 for (const auto &SummaryEntry : BasePS.getDetailedSummary()) { in loadProfiles() local
1838 for (const auto &SummaryEntry : TestPS.getDetailedSummary()) { in loadProfiles() local
2257 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local