2 references to ComputeLength
Microsoft.ML.Data (2)
Utilities\SlotDropper.cs (2)
54
DstLength = srcLength > 1 ?
ComputeLength
(srcLength) : 0;
111
int newLength = DstLength == 0 ?
ComputeLength
(src.Length) : DstLength;