Home
last modified time | relevance | path

Searched refs:GetFinalSummary (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_stream_test.cc122 EXPECT_NEAR(stream.GetFinalSummary().TotalWeight(), total_weight, 1e-6); in TestSingleWorkerStreams()
209 worker_summaries.push_back(stream.GetFinalSummary().GetEntryList()); in TestDistributedStreams()
224 EXPECT_NEAR(reducer_stream.GetFinalSummary().TotalWeight(), total_weight, in TestDistributedStreams()
Dweighted_quantiles_stream.h197 const Summary& GetFinalSummary() const { in GetFinalSummary() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc121 EXPECT_NEAR(stream.GetFinalSummary().TotalWeight(), total_weight, 1e-6); in TestSingleWorkerStreams()
208 worker_summaries.push_back(stream.GetFinalSummary().GetEntryList()); in TestDistributedStreams()
223 EXPECT_NEAR(reducer_stream.GetFinalSummary().TotalWeight(), total_weight, in TestDistributedStreams()
Dweighted_quantiles_stream.h197 const Summary& GetFinalSummary() const { in GetFinalSummary() function
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc396 const auto& summary = stream.GetFinalSummary(); in Compute()
670 const auto& summary = stream->GetFinalSummary(); in Compute()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc183 const auto summary_entry_list = stream.GetFinalSummary().GetEntryList(); in Compute()