4 references to ApplyWithEitherDefined
Microsoft.ML.Core (3)
Utilities\VBufferUtils.cs (3)
585
/// <see cref="
ApplyWithEitherDefined
{TSrc,TDst}"/>, that has internal branches on the implementation
1120
/// <see cref="ApplyWith{TSrc,TDst}"/> and <see cref="
ApplyWithEitherDefined
{TSrc,TDst}"/>. Post-operation,
1124
/// <seealso cref="
ApplyWithEitherDefined
{TSrc,TDst}"/>
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
368
/// A trivial inefficient implementation equivalent to <see cref="VBufferUtils.
ApplyWithEitherDefined
"/>.