14 types derived from SynchronizedCursorBase
Microsoft.ML.Data (8)
DataView\RowToRowMapperTransform.cs (1)
358
private sealed class Cursor :
SynchronizedCursorBase
DataView\Transposer.cs (1)
1262
private sealed class Cursor :
SynchronizedCursorBase
Dirty\ChooseColumnsByIndexTransform.cs (1)
278
private sealed class Cursor :
SynchronizedCursorBase
Scorers\RowToRowScorerBase.cs (1)
228
private sealed class Cursor :
SynchronizedCursorBase
Transforms\BindingsWrappedRowCursor.cs (1)
16
internal sealed class BindingsWrappedRowCursor :
SynchronizedCursorBase
Transforms\ColumnSelecting.cs (1)
754
private sealed class Cursor :
SynchronizedCursorBase
Transforms\GenerateNumberTransform.cs (1)
381
private sealed class Cursor :
SynchronizedCursorBase
Transforms\TransformBase.cs (1)
844
private sealed class Cursor :
SynchronizedCursorBase
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
396
private sealed class Cursor :
SynchronizedCursorBase
SequentialTransformerBase.cs (2)
691
private sealed class Cursor :
SynchronizedCursorBase
1017
private sealed class Cursor :
SynchronizedCursorBase
Microsoft.ML.Transforms (3)
OptionalColumnTransform.cs (1)
428
private sealed class Cursor :
SynchronizedCursorBase
ProduceIdTransform.cs (1)
173
private sealed class Cursor :
SynchronizedCursorBase
StatefulCustomMappingTransformer.cs (1)
263
private 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
36
Root = 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
"/>
52
Root = 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
"/>