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 · modepreview

ONNXRuntime-Extensions Python API
============

Model Generation API
----------------

ONNXRuntime-Extensions is a library that extends the capability of the ONNX models
and inference with ONNX Runtime, via pre/post-processing custom operators.
Learn more about ONNXRuntime-Extensions `here <https://github.com/microsoft/onnxruntime-extensions>`_.

.. automodule:: onnxruntime_extensions
    :members:
    :show-inheritance:
    :member-order: bysource
    :inherited-members:
    :exclude-members:

Tools API
----------------

.. automodule:: onnxruntime_extensions.tools.add_pre_post_processing_to_model
    :members:
    :show-inheritance:
    :member-order: bysource
    :inherited-members:
    :exclude-members: