2 references to ApplyAt
Microsoft.ML.Core.Tests (2)
UnitTests\TestVBuffer.cs (2)
37VBufferUtils.ApplyAt(ref buffer, 6, (int slot, ref float value) => { value = value + 1; }); 714VBufferUtils.ApplyAt(ref a, slot, manip);