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 8210c82 commit 0bd4de9Copy full SHA for 0bd4de9
beginner_source/onnx/onnx_registry_tutorial.py
@@ -393,7 +393,7 @@ def custom_addandround(input_x):
393
# **Custom Ops Registration in ONNX Runtime**
394
#
395
# 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.
+# compile your C++ code into a shared library and link it to ONNX Runtime.
397
# Follow the instructions below:
398
399
# 1. Implement your custom op in C++ by following
0 commit comments