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 aa200da commit a5f55a1Copy full SHA for a5f55a1
beginner_source/onnx/onnx_registry_tutorial.py
@@ -394,7 +394,7 @@ def custom_addandround(input_x):
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.
397
-# Please follow the instructions below:
+# Follow the instructions below:
398
399
# 1. Implement your custom op in C++ by following
400
# `ONNX Runtime instructions <`https://github.com/microsoft/onnxruntime/blob/gh-pages/docs/reference/operators/add-custom-op.md>`__.
0 commit comments