2 writes to _rows
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
106state = 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)
117ColumnPipe v = _rows.Pipes[i]; 293_rows.Index = _ator.Current; 297_rows.Index = -1; 332Ch.AssertValue(_rows); 333Ch.Assert(_rows.Count == 1); 336var helper = _parser.CreateHelper(_rows.Stats, _srcNeeded); 345_parser.ParseRow(_rows, 0, helper, _active, batch.Path, info.Line, info.Text);