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