1 implementation of VectorSize
Microsoft.ML.CpuMath (1)
AlignedMatrix.cs (1)
34
public int
VectorSize
{ get { return _size; } }
2 references to VectorSize
Microsoft.ML.CpuMath (2)
CpuAligenedMathUtils.cs (2)
55
Contracts.Assert(mat.ColCount == src.
VectorSize
);
56
Contracts.Assert(mat.RowCount == dst.
VectorSize
);