2 implementations of ColCount
Microsoft.ML.CpuMath (2)
AlignedMatrix.cs (2)
518
public override int
ColCount
{ get { return RunLen; } }
583
public override int
ColCount
{ get { return RunLen; } }
1 reference to ColCount
Microsoft.ML.CpuMath (1)
CpuAligenedMathUtils.cs (1)
55
Contracts.Assert(mat.
ColCount
== src.VectorSize);