2 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)