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 1d2dbbb commit 156929aCopy full SHA for 156929a
torchao/quantization/pt2e/pt2e/representation/rewrite.py
@@ -16,7 +16,7 @@
16
from torch.fx import GraphModule
17
from torch.fx.subgraph_rewriter import replace_pattern
18
19
-from torchao.quantization.pt2e.pt2e.export_utils import _WrapperModule
+from torchao.quantization.pt2e.export_utils import _WrapperModule
20
from torchao.quantization.pt2e.utils import (
21
_get_aten_graph_module_for_pattern,
22
_replace_literals_with_existing_placeholders,
0 commit comments