5 references to ApplyWith
Microsoft.ML.Core (3)
Utilities\VBufferUtils.cs (3)
584
/// The actual implementation of <see cref="
ApplyWith
"/> and
1120
/// <see cref="
ApplyWith
{TSrc,TDst}"/> and <see cref="ApplyWithEitherDefined{TSrc,TDst}"/>. Post-operation,
1123
/// <seealso cref="
ApplyWith
{TSrc,TDst}"/>
Microsoft.ML.Core.Tests (2)
UnitTests\TestVBuffer.cs (2)
321
/// A trivial inefficient implementation equivalent to <see cref="VBufferUtils.
ApplyWith
"/>.
361
VBufferUtils.
ApplyWith
(in a, ref b, manip);