6 references to A
Microsoft.ML.CpuMath (6)
CpuAligenedMathUtils.cs (6)
75
Contracts.Assert(m.ColCountPhy ==
A
(src).Items.Size);
76
Contracts.Assert(m.RowCountPhy ==
A
(dst).Items.Size);
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);