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 7dd23b7 commit ab12d38Copy full SHA for ab12d38
backends/xnnpack/operators/op_gelu.py
@@ -20,7 +20,7 @@
20
21
22
@register_node_visitor
23
-class LogVisitor(NodeVisitor):
+class GeluVisitor(NodeVisitor):
24
target = "aten.gelu.default"
25
26
def __init__(self, *args) -> None:
0 commit comments