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