2 overrides of ColCountPhy
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
423
public override int
ColCountPhy
{ get { return RunLenPhy; } }
593
public override int
ColCountPhy
{ get { return RunLenPhy; } }
1 reference to ColCountPhy
Microsoft.ML.CpuMath (1)
CpuAligenedMathUtils.cs (1)
75
Contracts.Assert(m.
ColCountPhy
== A(src).Items.Size);