8 references to RowCount
Microsoft.ML.Data (8)
DataLoadSave\Binary\BinaryLoader.cs (8)
741public long? GetRowCount() => RowCount; 904h.CheckDecode(retVal.RowCount == 0); 1264_pipes = new ReadPipe[parent.RowCount > 0 ? _actives.Length : 0]; 1278_rowsInLastBlock = _parent.RowCount == 0 ? 0 : (int)(_parent.RowCount % _rowsPerBlock); 1282_numBlocks = checked((int)((_parent.RowCount - 1) / _rowsPerBlock + 1)); 1418int blockSteps = checked((int)((_parent.RowCount - 1) / _rowsPerBlock + 1)); 2093Ch.Assert(0 <= blockPos && blockPos < _parent.RowCount);