microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
sayanshaw/hfjst

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/python/index.rst

27lines · modecode

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