1 write to _newPoint
Microsoft.ML.StandardTrainers (1)
Optimizer\SgdOptimizer.cs (1)
331VectorUtils.AddMultInto(in _point, step, in _dir, ref _newPoint);
3 references to _newPoint
Microsoft.ML.StandardTrainers (3)
Optimizer\SgdOptimizer.cs (3)
305public VBuffer<float> NewPoint => _newPoint; 332_newValue = _func(in _newPoint, ref _newGrad, null); 351_newPoint.CopyTo(ref _point);