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)
551
RowCount =
_rowCount
,
700
ch.Info("Wrote {0} rows across {1} columns in {2}",
_rowCount
, activeColumns.Length, sw.Elapsed);