2 writes to Infos
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderCursor.cs (2)
374
Infos
= infos;
384
Infos
= null;
9 references to Infos
Microsoft.ML.Data (9)
DataLoadSave\Text\TextLoaderCursor.cs (9)
224
if (Utils.Size(batch.
Infos
) == 0)
232
for (int i = 0; i < batch.
Infos
.Length; i++)
233
Utils.Add(ref lines, batch.
Infos
[i].Text.AsMemory());
337
while ((batch = _reader.GetBatch()).
Infos
!= null)
341
foreach (var info in batch.
Infos
)
999
if (lines.
Infos
== null || _done)
1003
Contracts.Assert(lines.
Infos
.Length <= BlockSize);
1005
var batch = new RowBatch(iblk * BlockSize, iblk * BlockSize + lines.
Infos
.Length, lines.Total);
1007
foreach (var info in lines.
Infos
)