Base:
property
ColCountPhy
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.ColCountPhy
1 override of ColCountPhy
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
528
public override int
ColCountPhy
{ get { return RunLenPhy; } }
5 references to ColCountPhy
Microsoft.ML.CpuMath (5)
AlignedMatrix.cs (5)
435
if (ColCount ==
ColCountPhy
)
448
ivSrc +=
ColCountPhy
;
464
if (ColCount ==
ColCountPhy
)
473
Items.CopyFrom(row *
ColCountPhy
, src.AsSpan(ivSrc, ColCount));
486
int ivBase = row *
ColCountPhy
;