6 references to Items
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);