1 write to InputFile
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
4445var dataView = EntryPoints.ImportTextData.ImportText(Env, new EntryPoints.ImportTextData.Input { InputFile = inputFile }).Data;
1 reference to InputFile
Microsoft.ML.EntryPoints (1)
ImportTextData.cs (1)
42var loader = host.CreateLoader(string.Format("Text{{{0}}}", input.CustomSchema), new FileHandleSource(input.InputFile));