1 write to _lengthReduction
Microsoft.ML.Data (1)
Utilities\SlotDropper.cs (1)
50
_lengthReduction
= ComputeLengthReduction();
3 references to _lengthReduction
Microsoft.ML.Data (3)
Utilities\SlotDropper.cs (3)
52
Contracts.Check(SlotsMin.Length ==
_lengthReduction
.Length);
63
int dstLength = srcLength -
_lengthReduction
[index] + Math.Max(SlotsMax[index] - srcLength + 1, 0);
213
iOffset =
_lengthReduction
[iRange - 1];