2 references to NaiveApplyInto
Microsoft.ML.Core.Tests (2)
UnitTests\TestVBuffer.cs (2)
496
NaiveApplyInto
(ref a, ref dst, func);
669
NaiveApplyInto
(ref a, ref dst, (i, av) => c * av);