Base:
property
RowCountPhy
Microsoft.ML.Internal.CpuMath.CpuAlignedMatrixBase.RowCountPhy
4 references to RowCountPhy
Microsoft.ML.CpuMath (4)
AlignedMatrix.cs (4)
608
dst[ivDst++] = Items[row + col *
RowCountPhy
];
625
dst[ivDst++] = Items[row + col *
RowCountPhy
];
640
Items[row + col *
RowCountPhy
] = src[ivSrc++];
670
yield return Items[row + col *
RowCountPhy
];