6 references to InRepository
Microsoft.ML.Core (6)
Data\ModelLoadContext.cs (1)
186if (InRepository)
Data\ModelLoading.cs (5)
55if (!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");