3 references to 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)
33
var contextManager = new
DefaultMLContextManager
(mainContext);
47
var contextManager = new
DefaultMLContextManager
(mainContext);