2 instantiations of Parser
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoader.cs (2)
1253_parser = new Parser(this); 1474_parser = new Parser(this);
5 references to Parser
Microsoft.ML.Data (5)
DataLoadSave\Text\TextLoader.cs (4)
739Parser.GetInputSize(parent, lines, out min, out max); 900Parser.ParseSlotNames(parent, _header, Infos, _slotNames); 993Parser.ParseSlotNames(parent, _header = result.AsMemory(), Infos, _slotNames); 1127private readonly Parser _parser;
DataLoadSave\Text\TextLoaderCursor.cs (1)
26private readonly Parser _parser;