1 write to DstLength
Microsoft.ML.Data (1)
Utilities\SlotDropper.cs (1)
54DstLength = srcLength > 1 ? ComputeLength(srcLength) : 0;
4 references to DstLength
Microsoft.ML.Data (4)
Transforms\SlotsDroppingTransformer.cs (2)
543var dstLength = slotDropper.DstLength; 839var dstLength = _slotDropper[iinfo].DstLength;
Utilities\SlotDropper.cs (2)
111int newLength = DstLength == 0 ? ComputeLength(src.Length) : DstLength;