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.
2 parents 1aa8839 + 88440e8 commit 9ffbb0eCopy full SHA for 9ffbb0e
torchao/dtypes/affine_quantized_tensor.py
@@ -1,6 +1,7 @@
1
import torch
2
from typing import Tuple, Optional, Union
3
-import torchao.ops
+from collections import defaultdict
4
+import functools
5
import math
6
from torchao.quantization.quant_primitives import (
7
choose_qparams_affine,
0 commit comments