2 writes to _point
Microsoft.ML.StandardTrainers (2)
Optimizer\SgdOptimizer.cs (2)
320initial.CopyTo(ref _point); 351_newPoint.CopyTo(ref _point);
2 references to _point
Microsoft.ML.StandardTrainers (2)
Optimizer\SgdOptimizer.cs (2)
323_value = _func(in _point, ref _grad, null); 331VectorUtils.AddMultInto(in _point, step, in _dir, ref _newPoint);