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