Skip to content

Commit 0bd4de9

Browse files
titaiwangmssvekars
andauthored
Update beginner_source/onnx/onnx_registry_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 8210c82 commit 0bd4de9

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
@@ -393,7 +393,7 @@ def custom_addandround(input_x):
393393
# **Custom Ops Registration in ONNX Runtime**
394394
#
395395
# To link your custom op library to ONNX Runtime, you need to
396-
# compile your cpp code into a shared library, and link it to ONNX Runtime.
396+
# compile your C++ code into a shared library and link it to ONNX Runtime.
397397
# Follow the instructions below:
398398
#
399399
# 1. Implement your custom op in C++ by following

0 commit comments

Comments
 (0)