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 695c7d5 commit d8385aaCopy full SHA for d8385aa
backends/qualcomm/_passes/remove_redundancy.py
@@ -50,7 +50,7 @@ def _dim_order_op_condition(self, node):
50
def _to_copy_op_condition(self, node):
51
return "memory_format" in node.kwargs
52
53
- def _default_condition(self, ndoe):
+ def _default_condition(self, node):
54
return True
55
56
def _remove(self, graph_module: torch.fx.GraphModule) -> torch.fx.GraphModule:
0 commit comments