Skip to content

Commit

Permalink
Update docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
gramalingam committed Jul 30, 2024
1 parent f5afe44 commit fa16ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/rewriter/examples/erfgelu.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def erf_gelu_pattern_2(op, x):


def gelu(op, x: ir.Value):
return op.Gelu(x, domain="com.microsoft")
return op.Gelu(x, _domain="com.microsoft")


####################################
Expand Down

0 comments on commit fa16ab9

Please sign in to comment.