Searched defs:right_sums (Results 1 – 1 of 1) sorted by relevance
130 const Eigen::Tensor<float, 1, Eigen::RowMajor>& right_sums, in RegressionSplitScore()183 const auto right_sums = tc_sum.broadcast(bcast) - splits_sum; in GetTwoBestRegression() local