Home
last modified time | relevance | path

Searched refs:GetEntryList (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc81 const auto& entries = summary.GetEntryList(); in TEST_F()
Dweighted_quantiles_stream_test.cc208 worker_summaries.push_back(stream.GetFinalSummary().GetEntryList()); in TestDistributedStreams()
Dweighted_quantiles_summary.h326 const std::vector<SummaryEntry>& GetEntryList() const { return entries_; } in GetEntryList() function
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary_test.cc82 const auto& entries = summary.GetEntryList(); in TEST_F()
Dweighted_quantiles_stream_test.cc209 worker_summaries.push_back(stream.GetFinalSummary().GetEntryList()); in TestDistributedStreams()
Dweighted_quantiles_summary.h318 const std::vector<SummaryEntry>& GetEntryList() const { return entries_; } in GetEntryList() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc183 const auto summary_entry_list = stream.GetFinalSummary().GetEntryList(); in Compute()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc211 for (const auto& entry : summary.GetEntryList()) { in CopySummaryToProto()