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)
540
Contracts.Assert(0 <= ivDst && ivDst <= dst.Length -
ColCount
);
542
Items.CopyTo(row * ColCountPhy, dst, ivDst,
ColCount
);
543
ivDst +=
ColCount
;
556
CpuMathUtils.ZeroMatrixItems(Items,
ColCount
, ColCountPhy, indices);