Skip to content

Commit d8385aa

Browse files
committed
red
1 parent 695c7d5 commit d8385aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/_passes/remove_redundancy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _dim_order_op_condition(self, node):
5050
def _to_copy_op_condition(self, node):
5151
return "memory_format" in node.kwargs
5252

53-
def _default_condition(self, ndoe):
53+
def _default_condition(self, node):
5454
return True
5555

5656
def _remove(self, graph_module: torch.fx.GraphModule) -> torch.fx.GraphModule:

0 commit comments

Comments
 (0)