2 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))