Skip to content

Commit e98cb0d

Browse files
author
Svetlana Karslioglu
authored
Update fx_graph_mode_quant_guide.rst
1 parent 9aefd46 commit e98cb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prototype_source/fx_graph_mode_quant_guide.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ symbolically traceable, we can run quantization only on that submodule.
3333
before:
3434

3535
.. code:: python
36+
3637
class M(nn.Module):
3738
def forward(self, x):
3839
x = non_traceable_code_1(x)

0 commit comments

Comments
 (0)