microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
docs/python/index.rst
27lines · modecode
| 1 | |
| 2 | ONNXRuntime-Extensions Python API |
| 3 | ============ |
| 4 | |
| 5 | Model Generation API |
| 6 | ---------------- |
| 7 | |
| 8 | ONNXRuntime-Extensions is a library that extends the capability of the ONNX models |
| 9 | and inference with ONNX Runtime, via pre/post-processing custom operators. |
| 10 | Learn more about ONNXRuntime-Extensions `here <https://github.com/microsoft/onnxruntime-extensions>`_. |
| 11 | |
| 12 | .. automodule:: onnxruntime_extensions |
| 13 | :members: |
| 14 | :show-inheritance: |
| 15 | :member-order: bysource |
| 16 | :inherited-members: |
| 17 | :exclude-members: |
| 18 | |
| 19 | Tools API |
| 20 | ---------------- |
| 21 | |
| 22 | .. automodule:: onnxruntime_extensions.tools.add_pre_post_processing_to_model |
| 23 | :members: |
| 24 | :show-inheritance: |
| 25 | :member-order: bysource |
| 26 | :inherited-members: |
| 27 | :exclude-members: |