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