1 write to DecompressedLength
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1727DecompressedLength = decompressedLength;
2 references to DecompressedLength
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (2)
1888EnsureCapacity(decomp, block.DecompressedLength); 1889decomp.SetLength(block.DecompressedLength);