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