We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ba269 commit 65128dfCopy full SHA for 65128df
1 file changed
backends/arm/test/misc/test_process_node.py
@@ -14,7 +14,7 @@
14
from executorch.backends.arm.tosa.specification import TosaSpecification
15
from executorch.exir import to_edge
16
from torch._export.utils import is_param
17
-from tosa.TosaGraph import TosaGraph # type: ignore[import-untyped]
+from tosa.TosaGraph import TosaGraph # type: ignore[import-not-found, import-untyped]
18
from tosa_serializer.numpy_utils import pack_6bit_array
19
20
0 commit comments