Skip to content

Commit ab12d38

Browse files
committed
wrong name
1 parent 7dd23b7 commit ab12d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/operators/op_gelu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
@register_node_visitor
23-
class LogVisitor(NodeVisitor):
23+
class GeluVisitor(NodeVisitor):
2424
target = "aten.gelu.default"
2525

2626
def __init__(self, *args) -> None:

0 commit comments

Comments
 (0)