Base:
property
ColCount
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.ColCount
1 override of ColCount
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
518public override int ColCount { get { return RunLen; } }
7 references to ColCount
Microsoft.ML.CpuMath (7)
AlignedMatrix.cs (7)
435if (ColCount == ColCountPhy) 447Items.CopyTo(ivSrc, dst, ivDst, ColCount); 449ivDst += ColCount; 464if (ColCount == ColCountPhy) 473Items.CopyFrom(row * ColCountPhy, src.AsSpan(ivSrc, ColCount)); 474ivSrc += ColCount; 487for (int col = 0; col < ColCount; col++)