2 writes to _point
Microsoft.ML.StandardTrainers (2)
Optimizer\SgdOptimizer.cs (2)
320
initial.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);
331
VectorUtils.AddMultInto(in
_point
, step, in _dir, ref _newPoint);