Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dtraining_ops.cc55 bool IsLeafWellFormed(const Leaf& leaf) { in IsLeafWellFormed() function
82 if (!(IsLeafWellFormed(split->split_info.right_child()) && in UpdateBestSplit()
83 IsLeafWellFormed(split->split_info.left_child()))) { in UpdateBestSplit()
511 if (IsLeafWellFormed(*split_info.mutable_children(idx)) && in FindBestSplitOblivious()
512 IsLeafWellFormed(*split_info.mutable_children(idx + 1))) { in FindBestSplitOblivious()