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 f56929f commit 0595326Copy full SHA for 0595326
onnx_diagnostic/export/validate.py
@@ -123,7 +123,7 @@ def validate_ep(
123
:param args: positional arguments
124
:param kwargs: named arguments
125
:param copy: copy the inputs before executing the model (they may modify them inplace)
126
- :param dynamic_shapes: dynamic shapes, string should be used not :class:`torch.export.Dim`
+ :param dynamic_shapes: dynamic shapes, string should be used not ``torch.export.Dim``
127
:param values_to_try: dictionary with the values to try for every dynamic dimension
128
:param exc: raise exception if discrepancies are too high
129
:param verbose: verbosity level
0 commit comments