1 write to RowCount
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
551RowCount = _rowCount,
11 references to RowCount
Microsoft.ML.Data (11)
DataLoadSave\Binary\BinaryLoader.cs (11)
238long rc = _parent._header.RowCount; 739private long RowCount => _header.RowCount; 1077_host.CheckDecode(header.RowCount >= 0, "Row count cannot be negative"); 1113if (!(0 < rowsPerBlock || (rowsPerBlock == 0 && _header.RowCount == 0))) 1125if (_header.RowCount > 0) 1128long lookupLen = (_header.RowCount - 1) / rowsPerBlock + 1; 1183if (poolSize > _header.RowCount) 1184poolSize = _header.RowCount; 1195var ourRand = _randomShufflePoolRows == _header.RowCount ? null : rand; 1261_lastValidCounter = _parent._header.RowCount - 1; 2159VersionToString(header.CompatibleVersion), header.ColumnCount, header.RowCount, idvSize);