3 references to ApplyIntoEitherDefined
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
495
VBufferUtils.
ApplyIntoEitherDefined
(in a, ref actualDst, func);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (2)
403
VBufferUtils.
ApplyIntoEitherDefined
(in src, ref dst, (i, v) => -v);
405
VBufferUtils.
ApplyIntoEitherDefined
(in src, ref dst, (i, v) => c * v);