4 references to Model
Microsoft.ML.OnnxConverter (4)
SaveOnnxCommand.cs (4)
65
/// <see cref="
Model
"/> is used when the saved model is typed to <see cref="TransformModel"/>.
115
if (args.
Model
!= null && args.PredictiveModel != null)
116
throw env.Except(nameof(args.
Model
) + " and " + nameof(args.PredictiveModel) +
119
_model = args.
Model
;