Home
last modified time | relevance | path

Searched refs:is_pure (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.h199 virtual bool is_pure() const = 0;
329 bool is_pure() const override { return num_outputs_seen_ <= 1; } in is_pure() function
393 bool is_pure() const override { return total_counts_.size() <= 1; } in is_pure() function
491 bool is_pure() const override { return first_two_classes_seen_.size() <= 1; } in is_pure() function
502 if (is_pure()) { in ClassificationAddTotalExample()
Dgrow_stats.cc161 bool basic = (weight_sum_ >= split_after_samples_) && !is_pure(); in IsFinished()
/external/python/cpython2/Lib/distutils/
Ddist.py999 def is_pure(self): member in Distribution
/external/python/cpython3/Lib/distutils/
Ddist.py1011 def is_pure(self): member in Distribution