We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cast
1 parent 04332b7 commit c0525b7Copy full SHA for c0525b7
python/hidet/graph/ops/quant/symmetric.py
@@ -11,7 +11,8 @@
11
# limitations under the License.
12
from typing import Union, List
13
from hidet import ir
14
-from hidet.ir.type import DataType, int32
+from hidet.ir.type import DataType
15
+from hidet.ir.dtypes import int32
16
from hidet.ir.expr import cast, if_then_else
17
from hidet.ir.compute.primitives import TensorNode, compute
18
from hidet.ir import primitives as prim
0 commit comments