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