1 write to _c1
Microsoft.ML.StandardTrainers (1)
Optimizer\LineSearch.cs (1)
485
CreateWrapped(out
_c1
, 1, 2);
2 references to _c1
Microsoft.ML.StandardTrainers (2)
Optimizer\LineSearch.cs (2)
464
float d1 = VectorUtils.DotProduct(in x, in
_c1
);
468
VectorUtils.AddMult(in
_c1
, d1, ref grad);