Searched refs:set_sum_and_square (Results 1 – 3 of 3) sorted by relevance
683 void FixedSizeClassStats::set_sum_and_square(float* sum, float* square) const { in set_sum_and_square() function in tensorflow::tensorforest::FixedSizeClassStats773 left_counts_[split].set_sum_and_square(left_sum, &left_square); in GiniScore()774 right_counts_[split].set_sum_and_square(right_sum, &right_square); in GiniScore()
366 stats.set_sum_and_square(&sum, &square); in TEST()
440 void set_sum_and_square(float* sum, float* square) const;