We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15da35e commit 5e32739Copy full SHA for 5e32739
1 file changed
PyTorchCustomOperator/README.md
@@ -232,5 +232,5 @@ Now that you have registered your operator, you should be able to run your model
232
### References:
233
1- [Extending TorchScript with Custom C++ Operators](https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html)
234
235
-2- [ONNX Runtime: Adding a New Op](https://github.com/microsoft/onnxruntime/blob/master/docs/AddingCustomOp.md)
+2- [ONNX Runtime: Adding a New Op](https://www.onnxruntime.ai/docs/how-to/add-custom-op.html)
236
0 commit comments