Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend API page on the python documentation #18762

Merged
merged 1 commit into from
Dec 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions docs/python/api_summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,77 @@ SessionOptions
.. autoclass:: onnxruntime.SessionOptions
:members:

.. autoclass:: onnxruntime.ExecutionMode
:members:

.. autoclass:: onnxruntime.ExecutionOrder
:members:

.. autoclass:: onnxruntime.GraphOptimizationLevel
:members:

.. autoclass:: onnxruntime.OrtAllocatorType
:members:

.. autoclass:: onnxruntime.OrtArenaCfg
:members:

.. autoclass:: onnxruntime.OrtMemoryInfo
:members:

.. autoclass:: onnxruntime.OrtMemType
:members:

Functions
---------

Allocators
^^^^^^^^^^

.. autofunction:: onnxruntime.create_and_register_allocator

.. autofunction:: onnxruntime.create_and_register_allocator_v2

Telemetry events
^^^^^^^^^^^^^^^^

.. autofunction:: onnxruntime.disable_telemetry_events

.. autofunction:: onnxruntime.enable_telemetry_events

Providers
^^^^^^^^^

.. autofunction:: onnxruntime.get_all_providers

.. autofunction:: onnxruntime.get_available_providers

Build, Version
^^^^^^^^^^^^^^

.. autofunction:: onnxruntime.get_build_info

.. autofunction:: onnxruntime.get_version_string

.. autofunction:: onnxruntime.has_collective_ops

Device
^^^^^^

.. autofunction:: onnxruntime.get_device

Logging
^^^^^^^

.. autofunction:: onnxruntime.set_default_logger_severity

.. autofunction:: onnxruntime.set_default_logger_verbosity

Random
^^^^^^

.. autofunction:: onnxruntime.set_seed

Data
----

Expand All @@ -298,6 +369,9 @@ IOBinding
.. autoclass:: onnxruntime.IOBinding
:members:

.. autoclass:: onnxruntime.SessionIOBinding
:members:

OrtDevice
^^^^^^^^^

Expand Down
Loading