1 write to _mainContext
Microsoft.ML.AutoML (1)
AutoMLExperiment\IMLContextManager.cs (1)
30_mainContext = mainContext;
4 references to _mainContext
Microsoft.ML.AutoML (4)
AutoMLExperiment\IMLContextManager.cs (4)
36var seed = ((IHostEnvironmentInternal)_mainContext.Model.GetEnvironment()).Seed; 39newContext.GpuDeviceId = _mainContext.GpuDeviceId; 40newContext.FallbackToCpu = _mainContext.FallbackToCpu; 41newContext.TempFilePath = _mainContext.TempFilePath;