Home
last modified time | relevance | path

Searched refs:other_summary (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h113 void Merge(const WeightedQuantilesSummary& other_summary) { in Merge() argument
115 const auto& other_entries = other_summary.entries_; in Merge()
120 BuildFromSummaryEntries(other_summary.entries_); in Merge()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary.h105 void Merge(const WeightedQuantilesSummary& other_summary) { in Merge() argument
107 const auto& other_entries = other_summary.entries_; in Merge()
112 BuildFromSummaryEntries(other_summary.entries_); in Merge()