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