7 references to Items
Microsoft.ML.CpuMath (7)
CpuAligenedMathUtils.cs (7)
35
Contracts.Assert((vec.
Items
.CbAlign % CpuMathUtils.GetVectorAlignment()) == 0);
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);