3 instantiations of DefaultMLContextManager
Microsoft.ML.AutoML (1)
AutoMLExperiment\AutoMLExperiment.cs (1)
71_serviceCollection.TryAddSingleton<IMLContextManager>(new DefaultMLContextManager(_context, $"{nameof(AutoMLExperiment)}-ChildContext"));
Microsoft.ML.AutoML.Tests (2)
MLContextManagerTests.cs (2)
33var contextManager = new DefaultMLContextManager(mainContext); 47var contextManager = new DefaultMLContextManager(mainContext);
2 references to DefaultMLContextManager
Microsoft.ML.AutoML.Tests (2)
MLContextManagerTests.cs (2)
33var contextManager = new DefaultMLContextManager(mainContext); 47var contextManager = new DefaultMLContextManager(mainContext);