|
114 | 114 | "https://data-apis.org/array-api/", |
115 | 115 | ("2022.12/API_specification/generated/array_api.{0}.html",1), |
116 | 116 | ), |
| 117 | +"ast":"https://docs.python.org/3/library/ast.html", |
117 | 118 | "cProfile.Profile":"https://docs.python.org/3/library/profile.html#profile.Profile", |
118 | 119 | "DOT":"https://graphviz.org/doc/info/lang.html", |
| 120 | +"inner API":"https://onnx.ai/onnx/intro/python.html", |
119 | 121 | "JIT":"https://en.wikipedia.org/wiki/Just-in-time_compilation", |
120 | 122 | "onnx":"https://onnx.ai/onnx/", |
| 123 | +"onnx.helper":"https://onnx.ai/onnx/api/helper.html", |
121 | 124 | "ONNX":"https://onnx.ai/", |
| 125 | +"ONNX Operators":"https://onnx.ai/onnx/operators/", |
122 | 126 | "onnxruntime":"https://onnxruntime.ai/", |
| 127 | +"onnxruntime-training":"https://onnxruntime.ai/docs/get-started/training-on-device.html", |
123 | 128 | "numpy":"https://numpy.org/", |
124 | 129 | "numba":"https://numba.pydata.org/", |
125 | 130 | "onnx-array-api": ("https://sdpython.github.io/doc/onnx-array-api/dev/"), |
| 131 | +"onnxscript":"https://github.com/microsoft/onnxscript", |
126 | 132 | "pyinstrument":"https://github.com/joerick/pyinstrument", |
127 | 133 | "python":"https://www.python.org/", |
| 134 | +"pytorch":"https://pytorch.org/", |
| 135 | +"reverse Polish notation":"https://en.wikipedia.org/wiki/Reverse_Polish_notation", |
128 | 136 | "scikit-learn":"https://scikit-learn.org/stable/", |
129 | 137 | "scipy":"https://scipy.org/", |
| 138 | +"sklearn-onnx":"https://onnx.ai/sklearn-onnx/", |
| 139 | +"spox":"https://github.com/Quantco/spox", |
130 | 140 | "sphinx-gallery":"https://github.com/sphinx-gallery/sphinx-gallery", |
| 141 | +"tensorflow":"https://www.tensorflow.org/", |
| 142 | +"tensorflow-onnx":"https://github.com/onnx/tensorflow-onnx", |
131 | 143 | "torch":"https://pytorch.org/docs/stable/torch.html", |
| 144 | +"torch.onnx":"https://pytorch.org/docs/stable/onnx.html", |
132 | 145 | # |
133 | 146 | "C_OrtValue": ( |
134 | 147 | "http://www.xavierdupre.fr/app/onnxcustom/helpsphinx/" |
|