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