3 instantiations of Batch
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
446
lastBatch = new
Batch
(ex);
447
toConsume.Add(new
Batch
(ex));
594
lastBatch = new
Batch
(ex);
12 references to Batch
Microsoft.ML.Data (12)
Data\DataViewUtils.cs (12)
364
var toConsume = new BlockingCollection<
Batch
>(toConsumeBound);
382
Batch
lastBatch = null;
406
var
batch = new Batch(batchColumnPool, batchColumns, count, oldBatch);
469
foreach (
var
batch in toConsume.GetConsumingEnumerable())
552
var toConsume = new BlockingCollection<
Batch
>(toConsumeBound);
563
Batch
lastBatch = null;
576
var
batch = new Batch(batchColumnPool, batchColumns, count, batchId++);
619
foreach (
var
batch in toConsume.GetConsumingEnumerable())
745
/// values they have collected. They are collected into a <see cref="
Batch
"/>
1005
private readonly BlockingCollection<
Batch
> _batchInputs;
1028
OutPipe[] pipes, BlockingCollection<
Batch
> batchInputs, Action quitAction)
1092
var
nextBatch = _batchInputs.Take();