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