Base:
property
ColCount
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.ColCount
Implemented interface member:
property
ColCount
Microsoft.ML.Internal.CpuMath.ICpuMatrix.ColCount
7 references to ColCount
Microsoft.ML.CpuMath (7)
AlignedMatrix.cs (7)
607
for (int col = 0; col <
ColCount
; col++)
622
Contracts.Assert(0 <= ivDst && ivDst <= dst.Length -
ColCount
);
624
for (int col = 0; col <
ColCount
; col++)
639
for (int col = 0; col <
ColCount
; col++)
656
int row = iv /
ColCount
;
657
int col = iv %
ColCount
;
669
for (int col = 0; col <
ColCount
; col++)