1 write to _c2
Microsoft.ML.StandardTrainers (1)
Optimizer\LineSearch.cs (1)
486
CreateWrapped(out
_c2
, -2, -3);
2 references to _c2
Microsoft.ML.StandardTrainers (2)
Optimizer\LineSearch.cs (2)
465
float d2 = VectorUtils.DotProduct(in x, in
_c2
);
469
VectorUtils.AddMult(in
_c2
, d2, ref grad);