2 references to LoadLoader
Microsoft.ML.Data (2)
Commands\DataCommand.cs (1)
206return ModelFileUtils.LoadLoader(Host, rep, new MultiFileSource(path), loadTransforms);
Utilities\ModelFileUtils.cs (1)
350var pipe = ModelFileUtils.LoadLoader(h, rep, new MultiFileSource(null), loadTransforms: true);