3 writes to _deltas
Microsoft.ML.FastTree (3)
Dataset\RepeatIntArray.cs (3)
66
_deltas
= tempDeltaList.ToArray();
73
_deltas
= deltas;
86
_deltas
= buffer.ToByteArray(ref position);
14 references to _deltas
Microsoft.ML.FastTree (14)
Dataset\RepeatIntArray.cs (14)
100
_deltas
.ToByteArray(buffer, ref position);
106
return _values.SizeInBytes() +
_deltas
.SizeInBytes() + sizeof(int) + base.SizeInBytes();
122
for (int i = 0; i <
_deltas
.Length; ++i)
125
for (int j =
_deltas
[i]; j > 0; --j)
140
if (array.
_deltas
.Length > 0)
143
_nextIndex = array.
_deltas
[0];
162
fixed (byte* pDeltas = _array.
_deltas
)
235
for (int j = 0; j <
_deltas
[i]; ++j)
241
for (int j = 0; j <
_deltas
[i]; ++j)
244
pWeights +=
_deltas
[i];
246
pOutputs +=
_deltas
[i];
247
histogram.CountByBin[featureBin] +=
_deltas
[i];
256
int nextStep =
_deltas
[0];
271
nextStep +=
_deltas
[++pos];