2 instantiations of FileHandleSource
Microsoft.ML.EntryPoints (2)
ImportTextData.cs (2)
42
var loader = host.CreateLoader(string.Format("Text{{{0}}}", input.CustomSchema), new
FileHandleSource
(input.InputFile));
62
var loader = host.CreateLoader(input.Arguments, new
FileHandleSource
(input.InputFile));