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 cca1aef commit 958704fCopy full SHA for 958704f
prototype_source/fx_graph_mode_quant_guide.rst
@@ -142,7 +142,7 @@ Refactor your code to make it symbolically traceable
142
If it is easy to refactor the code and make the code symbolically traceable,
143
we can refactor the code and remove the use of non-traceable constructs in python.
144
145
-More information about symbolic tracing support can be found in: (TODO: link)
+More information about symbolic tracing support can be found `here <https://pytorch.org/docs/stable/fx.html#limitations-of-symbolic-tracing>`_.
146
147
before:
148
0 commit comments