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 60dd9c4 commit 5700cd4Copy full SHA for 5700cd4
docsrc/contributors/lowering.rst
@@ -71,7 +71,7 @@ Fuse AddMM Branches
71
`Torch-TensorRT/core/lowering/passes/fuse_addmm_branches.cpp <https://github.com/pytorch/TensorRT/blob/master/core/lowering/passes/fuse_addmm_branches.cpp>`_
72
73
A common pattern in scripted modules is tensors of different dimensions use different constructions for implementing linear layers. We fuse these
74
-different varients into a single one that will get caught by the Unpack AddMM pass.
+different variants into a single one that will get caught by the Unpack AddMM pass.
75
76
.. code-block:: none
77
0 commit comments