microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9edf572de9b3e5eb261ca06060e6b2e4ab4012df

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/python/index.rst

27lines · modecode

1
2ONNXRuntime-Extensions Python API
3============
4
5Model Generation API
6----------------
7
8ONNXRuntime-Extensions is a library that extends the capability of the ONNX models
9and inference with ONNX Runtime, via pre/post-processing custom operators.
10Learn 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
19Tools 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: