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