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 707c496 commit 4bfac78Copy full SHA for 4bfac78
exir/operator/util.py
@@ -7,6 +7,7 @@
7
# pyre-strict
8
9
import torch
10
+from torch.ao.quantization.fx._decomposed import quantized_decomposed_lib # noqa: F401
11
from torchgen.model import FunctionSchema, SchemaKind
12
from torchgen.native_function_generation import (
13
functional_to_out_signature,
0 commit comments