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