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