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 b41eb3d commit 6fc26cdCopy full SHA for 6fc26cd
_doc/conf.py
@@ -146,11 +146,9 @@
146
"torch.onnx": "https://pytorch.org/docs/stable/onnx.html",
147
#
148
"C_OrtValue": (
149
- "http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/"
150
- "api/onnxruntime_python/ortvalue.html#c-class-ortvalue-or-c-ortvalue"
+ "https://onnxruntime.ai/docs/api/csharp/api/Microsoft.ML.OnnxRuntime.OrtValue.html"
151
),
152
"OrtValue": (
153
154
- "api/onnxruntime_python/ortvalue.html#onnxruntime.OrtValue"
+ "https://onnxruntime.ai/docs/api/python/api_summary.html#onnxruntime.OrtValue"
155
156
}
0 commit comments