2 references to LineBatch
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
767var lines = new LineBatch(path, total - index + 1, batch, infos); 814while (!_queue.TryAdd(new LineBatch(path, total, batch, infos), TimeOut))