Searched refs:summary_values (Results 1 – 2 of 2) sorted by relevance
244 const auto summary_values = summaries.matrix<float>(); in Compute() local251 float value = summary_values(i, 0); in Compute()252 float weight = summary_values(i, 1); in Compute()253 float min_rank = summary_values(i, 2); in Compute()254 float max_rank = summary_values(i, 3); in Compute()
401 self.summary_values = []405 self.summary_values.append(summary.value[0].simple_value)424 self.assertEqual(tb_cbk.writer.summary_values, [0., 1., 2., 3., 4.])