6 references to MatrixTimesSource
Microsoft.ML.CpuMath (2)
CpuAligenedMathUtils.cs (2)
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);
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
260
CpuMathUtils.
MatrixTimesSource
(false, mat, src, dst, dst.Size);
294
CpuMathUtils.
MatrixTimesSource
(true, mat, src, dst, src.Size);
Microsoft.ML.Tests (1)
TrainerEstimators\MatrixFactorizationTests.cs (1)
841
CpuMathUtils.
MatrixTimesSource
(false, leftFactorMatrixAligned, rightFactorVectorAligned, valuesAtSecondColumn, m);
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
569
CpuMathUtils.
MatrixTimesSource
(false, transformInfo.RndFourierVectors, featuresAligned, productAligned,