Skip to content

Commit 12e14da

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/onnx/onnx_registry_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878

7979

8080
######################################################################
81-
# In this example, we will assume that aten::add.Tensor is not supported by the ONNX registry,
81+
# In this example, we will assume that ``aten::add.Tensor`` is not supported by the ONNX registry,
8282
# and we will demonstrate how to support it. The ONNX registry allows user overrides for operator
83-
# registration. In this case, we will override the registration of aten::add.Tensor with our
83+
# registration. In this case, we will override the registration of ``aten::add.Tensor`` with our
8484
# implementation and verify it. However, this unsupported operator should return False when
8585
# checked with :meth:`onnx_registry.is_registered_op`.
8686
#

0 commit comments

Comments
 (0)