4 references to SearchOption
Microsoft.ML.AutoML.SourceGenerator (4)
SweepableEstimatorFactoryGenerator.cs (2)
33.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).Estimators, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes, estimator.SearchOption)) 38.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).Estimators, (text, estimator) => (estimator.FunctionName, estimator.EstimatorTypes, estimator.SearchOption))
SweepableEstimatorGenerator.cs (2)
38if (x.e.SearchOption == null) 66TOption = Utils.ToTitleCase(x.e.SearchOption),