Base:
property
ColCount
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixRowBase.ColCount
Implemented interface member:
property
ColCount
Microsoft.ML.Internal.CpuMath.ICpuMatrix.ColCount
4 references to ColCount
Microsoft.ML.CpuMath (4)
AlignedMatrix.cs (4)
540Contracts.Assert(0 <= ivDst && ivDst <= dst.Length - ColCount); 542Items.CopyTo(row * ColCountPhy, dst, ivDst, ColCount); 543ivDst += ColCount; 556CpuMathUtils.ZeroMatrixItems(Items, ColCount, ColCountPhy, indices);