1 write to BlockIndex
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinarySaver.cs (1)
182
BlockIndex
= blockIndex;
7 references to BlockIndex
Microsoft.ML.Data (7)
DataLoadSave\Binary\BinarySaver.cs (7)
237
waiter.Wait((long)columns * block.
BlockIndex
+ block.ColumnIndex, exMarshaller.Token);
238
toWrite.Add(new Block(compressed, block.ColumnIndex, block.
BlockIndex
, uncompLength), exMarshaller.Token);
440
int blockIndex = (int)block.
BlockIndex
;
442
if (lookups.Count == block.
BlockIndex
) // Received in order.
444
else if (lookups.Count < block.
BlockIndex
) // Received a block a little bit early.
447
int deadToAdd = (int)block.
BlockIndex
- lookups.Count;
451
ch.Assert(lookups.Count == block.
BlockIndex
);