5 references to CpuMathUtils
Microsoft.ML.CpuMath (5)
AlignedMatrix.cs (1)
556
CpuMathUtils
.ZeroMatrixItems(Items, ColCount, ColCountPhy, indices);
CpuAligenedMathUtils.cs (4)
22
Contracts.Assert((mat.Items.CbAlign %
CpuMathUtils
.GetVectorAlignment()) == 0);
35
Contracts.Assert((vec.Items.CbAlign %
CpuMathUtils
.GetVectorAlignment()) == 0);
91
CpuMathUtils
.MatrixTimesSource(colMajor, m.Items, A(src).Items, A(dst).Items, m.RunCnt);
106
CpuMathUtils
.MatrixTimesSource(!colMajor, m.Items, A(src).Items, A(dst).Items, m.RunCnt);