We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b7737 commit c87ef68Copy full SHA for c87ef68
onnx_diagnostic/torch_models/test_helper.py
@@ -328,8 +328,8 @@ def validate_model(
328
329
The following exporters are available:
330
331
- * ``export-nostrict``: run :func:`torch.export.export`(..., strict=False)
332
- * ``onnx-dynamo``: run :func:`torch.onnx.export`(..., dynamo=True),
+ * ``export-nostrict``: run :func:`torch.export.export` (..., strict=False)
+ * ``onnx-dynamo``: run :func:`torch.onnx.export` (..., dynamo=True),
333
models can be optimized with ``optimization`` in ``("ir", "os_ort")``
334
* ``modelbuilder``: use :epkg:`ModelBuilder` to builds the onnx model
335
* ``custom``: custom exporter (see :epkg:`experimental-experiment`),
0 commit comments