Skip to content

Commit aa200da

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ def custom_aten_add(input_x, input_y, alpha: float = 1.0):
125125
)
126126

127127
######################################################################
128-
# Make sure the model uses custom_aten_add instead of aten::add.Tensor
129-
# The graph has one graph nodes for custom_aten_add, and inside
130-
# custom_aten_add, there are four function nodes, one for each
128+
# Make sure the model uses ``custom_aten_add`` instead of ``aten::add.Tensor``
129+
# The graph has one graph node for ``custom_aten_add``, and inside
130+
# ``custom_aten_add`` there are four function nodes, one for each
131131
# operator, and one for constant attribute.
132132
#
133133

0 commit comments

Comments
 (0)