Skip to content

Commit af9623d

Browse files
titaiwangmssvekars
andauthored
Update beginner_source/onnx/onnx_registry_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 024a605 commit af9623d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def custom_aten_gelu(input_x, approximate: str = "none"):
229229
######################################################################
230230
# Make sure the model uses :func:`custom_aten_gelu`` instead of
231231
# :class:`aten::gelu` The graph has one graph nodes for
232-
# custom_aten_gelu, and inside custom_aten_gelu, there is a function
232+
# ``custom_aten_gelu``, and inside ``custom_aten_gelu``, there is a function
233233
# node for Gelu with namespace "com.microsoft".
234234
#
235235

0 commit comments

Comments
 (0)