Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dlogistic-loss.h34 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument
41 weighted_example_norm, current_dual); in ComputeUpdatedDual()
118 const double weighted_example_norm, in NewtonStep() argument
122 num_loss_partitions * weighted_example_norm * in NewtonStep()
126 -2 * label - num_loss_partitions * weighted_example_norm * in NewtonStep()
Dsquared-loss.h35 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument
38 1 + num_loss_partitions * weighted_example_norm * example_weight; in ComputeUpdatedDual()
Dhinge-loss.h45 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument
54 weighted_example_norm); in ComputeUpdatedDual()
Dsmooth-hinge-loss.h36 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument
46 (num_partitions * example_weight * weighted_example_norm + gamma); in ComputeUpdatedDual()
Dloss.h32 const double weighted_example_norm) const = 0;