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