2 implementations of RowCount
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
513public override int RowCount { get { return RunCnt; } } 578public override int RowCount { get { return RunCnt; } }
1 reference to RowCount
Microsoft.ML.CpuMath (1)
CpuAligenedMathUtils.cs (1)
56Contracts.Assert(mat.RowCount == dst.VectorSize);