2 references to CreateLoader
Microsoft.ML.EntryPoints (1)
ImportTextData.cs (1)
42
var loader = host.
CreateLoader
(string.Format("Text{{{0}}}", input.CustomSchema), new FileHandleSource(input.InputFile));
Microsoft.ML.TensorFlow.Tests (1)
TensorflowTests.cs (1)
506
var data = _mlContext.
CreateLoader
("Text{col=ImagePath:TX:0 col=Name:TX:1}", new MultiFileSource(dataFile));