7 references to FunctionName
Microsoft.ML.AutoML.SourceGenerator (7)
EstimatorTypeGenerator.cs (2)
36
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).Estimators, (text, estimator) => (estimator.
FunctionName
, estimator.EstimatorTypes))
41
.SelectMany(file => Utils.GetEstimatorsFromJson(file.GetText().ToString()).Estimators, (text, estimator) => (estimator.
FunctionName
, estimator.EstimatorTypes))
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 (3)
35
var code = estimators.SelectMany(e => e.EstimatorTypes.Select(eType => (e, eType, Utils.CreateEstimatorName(e.
FunctionName
, eType)))
48
FunctionName = x.e.
FunctionName
,
63
FunctionName = x.e.
FunctionName
,