6 references to SlotValueManipulator
Microsoft.ML.Core (2)
Utilities\VBufferUtils.cs (2)
270public static void Apply<T>(ref VBuffer<T> dst, SlotValueManipulator<T> manip) 302public static void ApplyAt<T>(ref VBuffer<T> dst, int slot, SlotValueManipulator<T> manip, ValuePredicate<T> pred = null)
Microsoft.ML.Core.Tests (4)
UnitTests\TestVBuffer.cs (4)
705VBufferUtils.SlotValueManipulator<float> manip = (int i, ref float value) => value += i; 729VBufferUtils.SlotValueManipulator<float> manip = (int i, ref float value) => value += i; 755VBufferUtils.SlotValueManipulator<float> manip = (int i, ref float value) => value += i; 785VBufferUtils.SlotValueManipulator<float> manip = (int i, ref float value) => value += i;