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