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)
53
var tuner =
_tuners
[schema];
71
if (
_tuners
.TryGetValue(schema, out var tuner))