4 references to ApplyOnnxModel
Microsoft.ML.AutoML (2)
ApplyOnnxModel.cs (2)
20
this.EstimatorType = EstimatorType.
ApplyOnnxModel
;
25
this.EstimatorType = EstimatorType.
ApplyOnnxModel
;
Microsoft.ML.AutoML.Tests (2)
SweepableEstimatorPipelineTest.cs (2)
61
var e3 = new SweepableEstimator(CodeGen.EstimatorType.
ApplyOnnxModel
);
77
var e3 = new SweepableEstimator(CodeGen.EstimatorType.
ApplyOnnxModel
);