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