2 writes to _ator
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
125
_ator
= ParseParallel(state).GetEnumerator();
129
_ator
= ParseSequential().GetEnumerator();
3 references to _ator
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
281
_ator
.Dispose();
291
if (
_ator
.MoveNext())
293
_rows.Index =
_ator
.Current;