1 write to BlockSize
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
493
BlockSize
= blockSize;
3 references to BlockSize
Microsoft.ML.Data (3)
DataLoadSave\Binary\BinaryLoader.cs (3)
618
using (var subset = new SubsetStream(stream,
BlockSize
))
2209
long metadataSize = mtoc.Sum(t => t.
BlockSize
) + deadMtoc.Sum(t => t.
BlockSize
);