2 writes to _tuners
Microsoft.ML.AutoML (2)
Tuner\EciCfoTuner.cs (2)
28_tuners = new Dictionary<string, ITuner>(); 32_tuners = pipelineSchemas.ToDictionary(schema => schema, schema =>
2 references to _tuners
Microsoft.ML.AutoML (2)
Tuner\EciCfoTuner.cs (2)
53var tuner = _tuners[schema]; 71if (_tuners.TryGetValue(schema, out var tuner))