3 references to GetBatch
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
222
batch = reader.
GetBatch
();
337
while ((batch = _reader.
GetBatch
()).Infos != null)
992
lines = _reader.
GetBatch
();