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