Base:
property
RowCount
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.RowCount
1 override of RowCount
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
513public override int RowCount { get { return RunCnt; } }
3 references to RowCount
Microsoft.ML.CpuMath (3)
AlignedMatrix.cs (3)
445for (int row = 0; row < RowCount; row++) 471for (int row = 0; row < RowCount; row++) 484for (int row = 0; row < RowCount; row++)