3 instantiations of LineBatch
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
767
var lines = new
LineBatch
(path, total - index + 1, batch, infos);
790
while (!_queue.TryAdd(new
LineBatch
(ex), TimeOut))
814
while (!_queue.TryAdd(new
LineBatch
(path, total, batch, infos), TimeOut))
8 references to LineBatch
Microsoft.ML.Data (8)
DataLoadSave\Text\TextLoaderCursor.cs (8)
218
LineBatch
batch;
335
LineBatch
batch;
416
private BlockingQueue<
LineBatch
> _queue;
439
_queue = new BlockingQueue<
LineBatch
>(bufSize);
465
public
LineBatch
GetBatch()
467
if (!_queue.TryTake(out
LineBatch
batch, millisecondsTimeout: -1))
767
var
lines = new LineBatch(path, total - index + 1, batch, infos);
986
LineBatch
lines;