2 overrides of RowCount
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
408public override int RowCount => RunCnt; 578public override int RowCount { get { return RunCnt; } }