2 references to ApplyWithCopy
Microsoft.ML.Core (1)
Utilities\VBufferUtils.cs (1)
871
/// The actual implementation of <see cref="
ApplyWithCopy
{TSrc,TDst}"/> and
Microsoft.ML.Data (1)
Deprecated\Vector\VBufferMathUtils.cs (1)
214
VBufferUtils.
ApplyWithCopy
(in src, ref dst, ref res, (int i, float v1, float v2, ref float v3) => v3 = v2 + c * v1);