Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpoisson-loss.h32 const double weighted_example_norm) const final { in ComputeUpdatedDual() argument
42 weighted_example_norm, current_dual); in ComputeUpdatedDual()
95 const double weighted_example_norm, in NewtonStep() argument
99 x - wx - num_loss_partitions * weighted_example_norm * in NewtonStep()
102 1 + num_loss_partitions * weighted_example_norm * example_weight * expx; in NewtonStep()
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_test.cc41 const double weighted_example_norm) { in TestComputeUpdatedDual() argument
44 weighted_example_norm); in TestComputeUpdatedDual()
47 weighted_example_norm * example_weight; in TestComputeUpdatedDual()
Dloss.h32 const double weighted_example_norm) const = 0;