6 references to ApplyInto
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
533
VBufferUtils.
ApplyInto
(in a, in b, ref actualDst, func);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (2)
231
VBufferUtils.
ApplyInto
(in a, in b, ref dst, (ind, v1, v2) => v1 + c * v2);
376
/// <see cref="VBufferUtils.
ApplyInto
{TSrc1,TSrc2,TDst}"/> except perhaps more efficiently,
Microsoft.ML.StandardTrainers (3)
Optimizer\L1Optimizer.cs (2)
132
VBufferUtils.
ApplyInto
(in _x, in _grad, ref _steepestDescDir,
150
VBufferUtils.
ApplyInto
(in _x, in _grad, ref _steepestDescDir,
Optimizer\Optimizer.cs (1)
307
VBufferUtils.
ApplyInto
(in _x, in _grad, ref _steepestDescDir,