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