Skip to content

Commit 496d3b9

Browse files
authored
Link to an example on using converting ML.NET model to ONNX. (#386)
1 parent ead943e commit 496d3b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.ML/Models/OnnxConverter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public sealed partial class OnnxConverter
1111
{
1212
/// <summary>
1313
/// 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.
1416
/// </summary>
1517
/// <param name="model">Model that needs to be converted to ONNX format.</param>
1618
public void Convert(PredictionModel model)

0 commit comments

Comments
 (0)