2 overrides of RowCountPhy
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
418
public override int
RowCountPhy
{ get { return RunCntPhy; } }
588
public override int
RowCountPhy
{ get { return RunCntPhy; } }
1 reference to RowCountPhy
Microsoft.ML.CpuMath (1)
CpuAligenedMathUtils.cs (1)
76
Contracts.Assert(m.
RowCountPhy
== A(dst).Items.Size);