Home
last modified time | relevance | path

Searched defs:num_loss_partitions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpoisson-loss.h29 double ComputeUpdatedDual(const int num_loss_partitions, const double label, in ComputeUpdatedDual()
92 double NewtonStep(const double x, const int num_loss_partitions, in NewtonStep()
H A Dlogistic-loss.h31 double ComputeUpdatedDual(const int num_loss_partitions, const double label, in ComputeUpdatedDual()
115 double NewtonStep(const double x, const int num_loss_partitions, in NewtonStep()
H A Dsdca_internal.cc169 const int num_loss_partitions, const ModelWeights& model_weights, in ComputeWxAndWeightedExampleNorm()
250 const int num_loss_partitions, const Regularizations& regularization, in SampleAdaptiveProbabilities()
H A Dsquared-loss.h32 double ComputeUpdatedDual(const int num_loss_partitions, const double label, in ComputeUpdatedDual()
H A Dhinge-loss.h42 double ComputeUpdatedDual(const int num_loss_partitions, const double label, in ComputeUpdatedDual()
H A Dloss_test.cc38 const int num_loss_partitions, const double label, in TestComputeUpdatedDual()
H A Dsdca_ops.cc123 int num_loss_partitions = 0; member