1 instantiation of RepositoryReader
Microsoft.ML.Core (1)
34 references to RepositoryReader
Microsoft.ML.Core (7)
Data\ModelLoading.cs (4)
82public static bool LoadModelOrNull<TRes, TSig>(IHostEnvironment env, out TRes result, RepositoryReader rep, string dir, params object[] extra)
116public static void LoadModel<TRes, TSig>(IHostEnvironment env, out TRes result, RepositoryReader rep, string dir, params object[] extra)
155private static bool TryLoadModel<TRes, TSig>(IHostEnvironment env, out TRes result, RepositoryReader rep, Repository.Entry ent, string dir, params object[] extra)
177public static void LoadModel<TRes, TSig>(IHostEnvironment env, out TRes result, RepositoryReader rep, Repository.Entry ent, string dir, params object[] extra)
Microsoft.ML.Core.Tests (2)
Microsoft.ML.Data (16)
Microsoft.ML.FastTree (1)
Microsoft.ML.Parquet (1)
Microsoft.ML.ResultProcessor (1)
Microsoft.ML.TestFramework (2)
Microsoft.ML.Tests (2)
Microsoft.ML.Transforms (2)