6 references to ModelLoadContext
Microsoft.ML.Core (2)
Data\ModelLoading.cs (2)
161
using (var ctx = new
ModelLoadContext
(rep, ent, dir))
317
using (var ctx = new
ModelLoadContext
(Repository, ent, path))
Microsoft.ML.Data (3)
Commands\DataCommand.cs (1)
389
using (var ctx = new
ModelLoadContext
(rep, pipeLoaderEntry, ModelFileUtils.DirDataLoaderModel))
Utilities\ModelFileUtils.cs (2)
135
var ctx = new
ModelLoadContext
(rep, ent, DirDataLoaderModel);
216
using (var ctx = new
ModelLoadContext
(rep, ent, ModelFileUtils.DirTrainingInfo))
Microsoft.ML.Transforms (1)
LoadTransform.cs (1)
102
using (var ctx = new
ModelLoadContext
(rep, pipeLoaderEntry, ModelFileUtils.DirDataLoaderModel))