Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dtraining_ops.cc285 float current_bias = 0.0; in Compute() local
289 current_bias = logits; in Compute()
293 current_bias = current_biases[0]; in Compute()
295 std::abs(logits / current_bias) > kMinDeltaForCenterBias; in Compute()
296 current_bias += logits; in Compute()
297 ensemble_resource->set_node_value(0, 0, current_bias); in Compute()