Searched refs:tree_weight (Results 1 – 4 of 4) sorted by relevance
53 const float tree_weight = config.tree_weights(tree_idx); in Predict() local68 const float value = tree_weight * leaf.value(logit_dim); in Predict()76 const float value = tree_weight * leaf.value(i); in Predict()
131 tree_weight = dtec.tree_weights[tree_idx]145 new_value.float_value = weight * tree_weight150 new_value.float_value = weight * tree_weight
128 tree_weight = {'decisionTree':144 restored_tree_param = ParseDict(tree_weight,
236 const float tree_weight = resource->GetTreeWeight(tree_id); in Compute() local240 tree_logits[j] += tree_weight * leaf_logits[j]; in Compute()