Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dpoisson-loss.h35 static const int newton_total_steps = 10; in ComputeUpdatedDual() local
40 for (int i = 0; i < newton_total_steps; ++i) { in ComputeUpdatedDual()
Dlogistic-loss.h37 static const int newton_total_steps = 10; in ComputeUpdatedDual() local
39 for (int i = 0; i < newton_total_steps; ++i) { in ComputeUpdatedDual()