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 549b732 commit e7d4c09Copy full SHA for e7d4c09
backends/arm/operators/node_visitor.py
@@ -44,7 +44,7 @@ def define_node(
44
45
46
# container for all node visitors
47
-_node_visitor_dicts = { # type: ignore[var-annotated]
+_node_visitor_dicts: Dict[TosaSpecification, Dict] = {
48
TosaSpecification.create_from_string("TOSA-0.80+BI"): {},
49
TosaSpecification.create_from_string("TOSA-0.80+MI"): {},
50
}
0 commit comments