Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gramalingam committed Aug 1, 2024
1 parent 67527db commit 0599d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxscript/rewriter/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def extend(self, other: MatchResult | bool):
self._matched_nodes.extend(other._matched_nodes) # type: ignore[attr-defined]


_pattern_builder: OpPatternBuilder = onnxop
_pattern_builder: OpsetPatternBuilder = onnxop


@contextlib.contextmanager
Expand Down

0 comments on commit 0599d7f

Please sign in to comment.