1 write to _rowCount
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
624_rowCount = rows;
2 references to _rowCount
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinarySaver.cs (2)
551RowCount = _rowCount, 700ch.Info("Wrote {0} rows across {1} columns in {2}", _rowCount, activeColumns.Length, sw.Elapsed);