14 types derived from SynchronizedCursorBase
Microsoft.ML.Data (8)
DataView\RowToRowMapperTransform.cs (1)
358private sealed class Cursor : SynchronizedCursorBase
DataView\Transposer.cs (1)
1262private sealed class Cursor : SynchronizedCursorBase
Dirty\ChooseColumnsByIndexTransform.cs (1)
278private sealed class Cursor : SynchronizedCursorBase
Scorers\RowToRowScorerBase.cs (1)
228private sealed class Cursor : SynchronizedCursorBase
Transforms\BindingsWrappedRowCursor.cs (1)
16internal sealed class BindingsWrappedRowCursor : SynchronizedCursorBase
Transforms\ColumnSelecting.cs (1)
754private sealed class Cursor : SynchronizedCursorBase
Transforms\GenerateNumberTransform.cs (1)
381private sealed class Cursor : SynchronizedCursorBase
Transforms\TransformBase.cs (1)
844private sealed class Cursor : SynchronizedCursorBase
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
396private sealed class Cursor : SynchronizedCursorBase
SequentialTransformerBase.cs (2)
691private sealed class Cursor : SynchronizedCursorBase 1017private sealed class Cursor : SynchronizedCursorBase
Microsoft.ML.Transforms (3)
OptionalColumnTransform.cs (1)
428private sealed class Cursor : SynchronizedCursorBase
ProduceIdTransform.cs (1)
173private sealed class Cursor : SynchronizedCursorBase
StatefulCustomMappingTransformer.cs (1)
263private sealed class Cursor : SynchronizedCursorBase
6 references to SynchronizedCursorBase
Microsoft.ML.Core (5)
Data\LinkedRootCursorBase.cs (2)
21/// operations, but with the distinction, as compared to <see cref="SynchronizedCursorBase"/>, that this is not 36Root = Input is SynchronizedCursorBase snycInput ? snycInput.Root : input;
Data\RootCursorBase.cs (1)
15/// <see cref="MoveNext"/>, use <see cref="SynchronizedCursorBase"/> instead.
Data\SynchronizedCursorBase.cs (2)
23/// for optimization for "wrapping" cursors (which are themselves often <see cref="SynchronizedCursorBase"/> 52Root = Input is SynchronizedCursorBase syncInput ? syncInput.Root : input;
Microsoft.ML.Data (1)
Data\SlotCursor.cs (1)
78/// but not the data or type accesors. Somewhat analogous to the <see cref="SynchronizedCursorBase"/>