1 write to Items
Microsoft.ML.CpuMath (1)
AlignedArray.cs (1)
46
Items
= new float[size + cbAlign / sizeof(float)];
44 references to Items
Microsoft.ML.CpuMath (44)
AlignedArray.cs (19)
55
fixed (float* pv =
Items
)
72
Items
[i] = float.NaN;
73
for (int i = _base + _size; i <
Items
.Length; i++)
74
Items
[i] = float.NaN;
87
Array.Copy(
Items
, _base,
Items
, newBase, _size);
102
return
Items
[index + _base];
107
Items
[index + _base] = value;
115
Items
.AsSpan(_base, count).CopyTo(dst.Slice(index));
123
Items
.AsSpan(start + _base, count).CopyTo(dst.Slice(index));
129
src.CopyTo(
Items
.AsSpan(_base));
135
src.CopyTo(
Items
.AsSpan(start + _base));
157
Items
[iv] = valuesSrc[ipos];
166
Array.Copy(src.
Items
, src._base,
Items
, _base, _size);
171
Array.Clear(
Items
, _base, _size);
186
Items
[_base + ivCur++] = 0;
193
Items
[_base + ivCur++] = 0;
201
items =
Items
;
AvxIntrinsics.cs (9)
182
fixed (float* pSrcStart = &src.
Items
[0])
183
fixed (float* pDstStart = &dst.
Items
[0])
184
fixed (float* pMatStart = &mat.
Items
[0])
254
fixed (float* pSrcStart = &src.
Items
[0])
255
fixed (float* pDstStart = &dst.
Items
[0])
256
fixed (float* pMatStart = &mat.
Items
[0])
305
fixed (float* pSrcStart = &src.
Items
[0])
306
fixed (float* pDstStart = &dst.
Items
[0])
307
fixed (float* pMatStart = &mat.
Items
[0])
CpuMathUtils.netcoreapp.cs (2)
471
fixed (float* pdst = &destination.
Items
[0])
486
fixed (float* pdst = &destination.
Items
[0])
FactorizationMachine\FactorizationMachineInterface.netcoreapp.cs (5)
29
fixed (float* pv = &latentWeights.
Items
[0])
30
fixed (float* pq = &latentSum.
Items
[0])
59
fixed (float* pq = &latentSum.
Items
[0])
61
fixed (float* pv = &latentWeights.
Items
[0])
63
fixed (float* phv = &latentAccumulatedSquaredGrads.
Items
[0])
SseIntrinsics.cs (9)
147
fixed (float* pSrcStart = &src.
Items
[0])
148
fixed (float* pDstStart = &dst.
Items
[0])
149
fixed (float* pMatStart = &mat.
Items
[0])
213
fixed (float* pSrcStart = &src.
Items
[0])
214
fixed (float* pDstStart = &dst.
Items
[0])
215
fixed (float* pMatStart = &mat.
Items
[0])
262
fixed (float* pSrcStart = &src.
Items
[0])
263
fixed (float* pDstStart = &dst.
Items
[0])
264
fixed (float* pMatStart = &mat.
Items
[0])