Searched refs:NewtonStep (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | poisson-loss.h | 41 x = NewtonStep(x, num_loss_partitions, label, wx, example_weight, in ComputeUpdatedDual() 92 double NewtonStep(const double x, const int num_loss_partitions, in NewtonStep() function
|
D | logistic-loss.h | 40 x = NewtonStep(x, num_loss_partitions, label, wx, example_weight, in ComputeUpdatedDual() 115 double NewtonStep(const double x, const int num_loss_partitions, in NewtonStep() function
|