1 write to Text
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
399Text = text;
5 references to Text
Microsoft.ML.Data (5)
DataLoadSave\Text\TextLoaderCursor.cs (5)
233Utils.Add(ref lines, batch.Infos[i].Text.AsMemory()); 344Ch.AssertNonEmpty(info.Text); 345_parser.ParseRow(_rows, 0, helper, _active, batch.Path, info.Line, info.Text); 1010Contracts.AssertNonEmpty(info.Text); 1013_curs._parser.ParseRow(_rows, irow, helper, _curs._active, lines.Path, info.Line, info.Text);