1 instantiation of RowBatch
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
1005var batch = new RowBatch(iblk * BlockSize, iblk * BlockSize + lines.Infos.Length, lines.Total);
5 references to RowBatch
Microsoft.ML.Data (5)
DataLoadSave\Text\TextLoaderCursor.cs (5)
826foreach (var batch in state.GetBatches()) 879private readonly BlockingQueue<RowBatch> _queue; 914_queue = new BlockingQueue<RowBatch>(2); 940public IEnumerable<RowBatch> GetBatches() 1005var batch = new RowBatch(iblk * BlockSize, iblk * BlockSize + lines.Infos.Length, lines.Total);