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 f2ce0e7 commit 137228aCopy full SHA for 137228a
backends/qualcomm/_passes/utils.py
@@ -8,10 +8,7 @@
8
9
import torch
10
from executorch.backends.qualcomm.builders.utils import get_parameter
11
-from executorch.backends.qualcomm.utils.constants import (
12
- QCOM_DTYPE,
13
- QCOM_ENCODING,
14
-)
+from executorch.backends.qualcomm.utils.constants import QCOM_DTYPE, QCOM_ENCODING
15
from executorch.exir.dialects._ops import ops as exir_ops
16
from torch._subclasses import FakeTensor
17
0 commit comments