We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead943e commit 496d3b9Copy full SHA for 496d3b9
src/Microsoft.ML/Models/OnnxConverter.cs
@@ -11,6 +11,8 @@ public sealed partial class OnnxConverter
11
{
12
/// <summary>
13
/// Converts the model to ONNX format.
14
+ /// See <a href="https://github.com/dotnet/machinelearning/blob/master/test/Microsoft.ML.Tests/OnnxTests.cs"/>
15
+ /// for an example.
16
/// </summary>
17
/// <param name="model">Model that needs to be converted to ONNX format.</param>
18
public void Convert(PredictionModel model)
0 commit comments