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