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)
52Contracts.Check(SlotsMin.Length == _lengthReduction.Length); 63int dstLength = srcLength - _lengthReduction[index] + Math.Max(SlotsMax[index] - srcLength + 1, 0); 213iOffset = _lengthReduction[iRange - 1];