6 references to DropSlots
Microsoft.ML.Core.Tests (1)
UnitTests\TestVBuffer.cs (1)
939
slotDropper.
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)
94
DropSlots
(ref src, ref src);
Microsoft.ML.FastTree (2)
FastTree.cs (2)
1587
slotDropper?.
DropSlots
(ref temp, ref temp);
1611
slotDropper?.
DropSlots
(ref groupIds, ref groupIds);