6 references to InRepository
Microsoft.ML.Core (6)
Data\ModelLoadContext.cs (1)
186
if (
InRepository
)
Data\ModelLoading.cs (5)
55
if (!
InRepository
)
135
_ectx.Check(
InRepository
, "Can't load a sub-model when reading from a single stream");
304
_ectx.Check(
InRepository
, "Can't Load a sub-model when reading from a single stream");
328
_ectx.Check(
InRepository
, "Can't Load a sub-model when reading from a single stream");
349
_ectx.Check(
InRepository
, "Can't Load a sub-model when reading from a single stream");