Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dloss.h51 virtual double SmoothnessConstant() const = 0;
Dsquared-loss.h63 inline double SmoothnessConstant() const final { return 1.0; } in SmoothnessConstant() function
Dhinge-loss.h105 double SmoothnessConstant() const final { return 0; } in SmoothnessConstant() function
Dsmooth-hinge-loss.h103 double SmoothnessConstant() const final { return gamma; } in SmoothnessConstant() function
Dpoisson-loss.h79 double SmoothnessConstant() const final { return 1; } in SmoothnessConstant() function
Dlogistic-loss.h95 double SmoothnessConstant() const final { return 4; } in SmoothnessConstant() function
Dsdca_internal.cc262 loss_updater->SmoothnessConstant()) * in SampleAdaptiveProbabilities()