4 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 (1)
UnitTests\TestVBuffer.cs (1)
321
/// A trivial inefficient implementation equivalent to <see cref="VBufferUtils.
ApplyWith
"/>.