1 type derived from SynchronizedSlotCursor
Microsoft.ML.Data (1)
Transforms\LabelConvertTransform.cs (1)
205
private sealed class SlotCursorImpl : SlotCursor.
SynchronizedSlotCursor
1 reference to SynchronizedSlotCursor
Microsoft.ML.Data (1)
Data\SlotCursor.cs (1)
92
_root = cursor is
SynchronizedSlotCursor
sync ? sync._root : cursor;