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)
38
if (x.e.
SearchOption
== null)
66
TOption = Utils.ToTitleCase(x.e.
SearchOption
),