You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/content/user-guide/onnx-export.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ index: 3000
8
8
9
9
# Exporting to the ONNX Format
10
10
11
-
This page explains how to export a model to the ONNX format for use with DeepSparse engine.
11
+
This page explains how to export a model to the ONNX format for use with DeepSparse Engine.
12
12
13
13
[ONNX](https://onnx.ai/) is a generic representation for neural network graphs that most ML frameworks can be converted to.
14
14
Some inference engines such as [DeepSparse](https://github.com/neuralmagic/deepsparse) natively take in ONNX for deployment pipelines, so convenience functions for conversion and export are provided for the supported frameworks.
0 commit comments