2 writes to _rows
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
106
state = new ParallelState(this, out
_rows
, cthd);
108
_rows
= _parser.CreateRowSet(_stats, 1, _active);
7 references to _rows
Microsoft.ML.Data (7)
DataLoadSave\Text\TextLoaderCursor.cs (7)
117
ColumnPipe v =
_rows
.Pipes[i];
293
_rows
.Index = _ator.Current;
297
_rows
.Index = -1;
332
Ch.AssertValue(
_rows
);
333
Ch.Assert(
_rows
.Count == 1);
336
var helper = _parser.CreateHelper(
_rows
.Stats, _srcNeeded);
345
_parser.ParseRow(
_rows
, 0, helper, _active, batch.Path, info.Line, info.Text);