1 write to BlockLength
Microsoft.ML.Data (1)
DataLoadSave\Binary\BlockLookup.cs (1)
23BlockLength = blockLength;
5 references to BlockLength
Microsoft.ML.Data (5)
DataLoadSave\Binary\BinaryLoader.cs (4)
1809EnsureCapacity(mem, lookup.BlockLength); 1810mem.SetLength(lookup.BlockLength); 1818Contracts.Assert(lookup.BlockOffset + lookup.BlockLength == _stream.Position); 2192compressedSize += lookup.BlockLength;
DataLoadSave\Binary\BinarySaver.cs (1)
489writer.Write(lookup.BlockLength);