3 references to SaveAsOnnxCore
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (3)
975
/// It's ok to make <see cref="
SaveAsOnnxCore
(OnnxContext, string[], string)"/> a <see langword="private protected"/> method in the future
1013
/// a softmax function. This function is used only in <see cref="
SaveAsOnnxCore
(OnnxContext, string[], string)"/>.
1020
bool ISingleCanSaveOnnx.SaveAsOnnx(OnnxContext ctx, string[] outputs, string featureColumn) =>
SaveAsOnnxCore
(ctx, outputs, featureColumn);