Home
last modified time | relevance | path

Searched refs:set_sum_and_square (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc683 void FixedSizeClassStats::set_sum_and_square(float* sum, float* square) const { in set_sum_and_square() function in tensorflow::tensorforest::FixedSizeClassStats
773 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()
Dgrow_stats_test.cc366 stats.set_sum_and_square(&sum, &square); in TEST()
Dgrow_stats.h440 void set_sum_and_square(float* sum, float* square) const;