6 references to DropSlots
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
939slotDropper.DropSlots(ref a, ref dst);
Microsoft.ML.Data (3)
Transforms\SlotsDroppingTransformer.cs (2)
556_slotDropper[iinfo].DropSlots(ref names, ref dst); 803_slotDropper[iinfo].DropSlots(ref buffer, ref value);
Utilities\SlotDropper.cs (1)
94DropSlots(ref src, ref src);
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1587slotDropper?.DropSlots(ref temp, ref temp); 1611slotDropper?.DropSlots(ref groupIds, ref groupIds);