Base:
property
RowCount
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.RowCount
Implemented interface member:
property
RowCount
Microsoft.ML.Internal.CpuMath.ICpuMatrix.RowCount
4 references to RowCount
Microsoft.ML.CpuMath (4)
AlignedMatrix.cs (4)
605for (int row = 0; row < RowCount; row++) 621Contracts.Assert(0 <= row && row < RowCount); 637for (int row = 0; row < RowCount; row++) 667for (int row = 0; row < RowCount; row++)