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)
607for (int col = 0; col < ColCount; col++) 622Contracts.Assert(0 <= ivDst && ivDst <= dst.Length - ColCount); 624for (int col = 0; col < ColCount; col++) 639for (int col = 0; col < ColCount; col++) 656int row = iv / ColCount; 657int col = iv % ColCount; 669for (int col = 0; col < ColCount; col++)