15 references to AddMultInto
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
692
VectorUtils.
AddMultInto
(in a, c, in b, ref actualDst);
Microsoft.ML.StandardTrainers (14)
Optimizer\DifferentiableFunction.cs (8)
219
VectorUtils.
AddMultInto
(in x, Eps, in dir, ref newX);
222
VectorUtils.
AddMultInto
(in x, -Eps, in dir, ref newX);
266
VectorUtils.
AddMultInto
(in x, Eps, in dir, ref newX);
269
VectorUtils.
AddMultInto
(in x, -Eps, in dir, ref newX);
305
VectorUtils.
AddMultInto
(in x, Eps, in dir, ref newX);
308
VectorUtils.
AddMultInto
(in x, -Eps, in dir, ref newX);
340
VectorUtils.
AddMultInto
(in x, scaledEps, in dir, ref newX);
343
VectorUtils.
AddMultInto
(in x, -scaledEps, in dir, ref newX);
Optimizer\L1Optimizer.cs (1)
166
VectorUtils.
AddMultInto
(in _x, alpha, in _dir, ref _newX);
Optimizer\Optimizer.cs (4)
357
VectorUtils.
AddMultInto
(in _newX, -1, in _x, ref nextS);
358
VectorUtils.
AddMultInto
(in _newGrad, -1, in _grad, ref nextY);
404
VectorUtils.
AddMultInto
(in _x, alpha, in _dir, ref _newX);
485
VectorUtils.
AddMultInto
(in _x, alpha, in _dir, ref _newX);
Optimizer\SgdOptimizer.cs (1)
331
VectorUtils.
AddMultInto
(in _point, step, in _dir, ref _newPoint);