3 overrides of AccumulateOneGradient
Microsoft.ML.StandardTrainers (3)
3 references to AccumulateOneGradient
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\LbfgsPredictorBase.cs (3)
392AccumulateOneGradient(in cursor.Features, cursor.Label, cursor.Weight, in x, ref grad, ref scratch);
852loss += AccumulateOneGradient(in _features[iv], _labels[iv], weight, in xDense, ref grad, ref scratch);
876loss += AccumulateOneGradient(in cursor.Features, cursor.Label, cursor.Weight,