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 d222713 commit f70e229Copy full SHA for f70e229
1 file changed
torchao/dtypes/fpx/fpx.py
@@ -8,14 +8,10 @@
8
from torchao.ops import quant_llm_linear
9
from torchao.dtypes.utils import (
10
LayoutType,
11
- _implements,
12
- _dispatch__torch_function__,
13
- _dispatch__torch_dispatch__,
14
)
15
from torchao.quantization.quant_api import _get_linear_subclass_inserter
16
from dataclasses import dataclass
17
from torchao.dtypes.affine_quantized_tensor import AQTLayout, register_layout_cls
18
-from torchao.utils import TorchAOBaseTensor
19
20
21
aten = torch.ops.aten
0 commit comments