Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc117 const int32 left_weight = level_[l][2 * index]; in PickAt() local
118 if (position < left_weight) { in PickAt()
124 position -= left_weight; in PickAt()
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/
Dtraining_ops_test.py69 def _gen_dense_split_info(fc, threshold, left_weight, right_weight): argument
88 }""" % (fc, threshold, left_weight, right_weight)
119 def _gen_categorical_split_info(fc, feat_id, left_weight, right_weight): argument
138 }""" % (fc, feat_id, left_weight, right_weight)