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 275c6c6 commit c2ab5f6Copy full SHA for c2ab5f6
_doc/examples/plot_dump_intermediate_results.py
@@ -63,7 +63,8 @@
63
# All the intermediate tensors were saved in one unique onnx model,
64
# every tensor is stored in a constant node.
65
# The model can be run with any runtime to restore the inputs
66
-# and function :func:`onnx_diagnostic.helpers.mini_onnx_builder.create_input_tensors_from_onnx_model`
+# and function :func:`create_input_tensors_from_onnx_model
67
+# <onnx_diagnostic.helpers.mini_onnx_builder.create_input_tensors_from_onnx_model>`
68
# can restore their names.
69
70
saved_tensors = create_input_tensors_from_onnx_model(
0 commit comments