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