3 instantiations of ModelLoadContext
Microsoft.ML.Core (3)
Data\ModelLoading.cs (3)
161
using (var ctx = new
ModelLoadContext
(rep, ent, dir))
218
using (var ctx = new
ModelLoadContext
(reader))
317
using (var ctx = new
ModelLoadContext
(Repository, ent, path))
9 references to ModelLoadContext
Microsoft.ML.Core (8)
Data\ModelLoading.cs (5)
18
internal delegate void SignatureLoadModel(
ModelLoadContext
ctx);
161
using (
var
ctx = new ModelLoadContext(rep, ent, dir))
218
using (
var
ctx = new ModelLoadContext(reader))
302
public bool TryProcessSubModel(string dir, Action<
ModelLoadContext
> action)
317
using (
var
ctx = new ModelLoadContext(Repository, ent, path))
Data\ModelSaving.cs (3)
38
using (var ctx = new ModelSaveContext(rep, path,
ModelLoadContext
.ModelStreamName))
49
using (var ent = rep.CreateEntry(path,
ModelLoadContext
.NameBinary))
84
using (var ctx = new ModelSaveContext(Repository, Path.Combine(Directory ?? "", dir),
ModelLoadContext
.ModelStreamName))
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
819
/// Creates a binary loader from a <see cref="
ModelLoadContext
"/>. Since the loader code