Skip to content

Implements GraphBuilder for the graph_api #57

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

Merged
merged 12 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build/*
*egg-info/*
onnxruntime_profile*
prof
_doc/sg_execution_times.rst
_doc/auto_examples/*
_doc/examples/_cache/*
_doc/examples/onnxruntime_profile*
Expand Down
1 change: 1 addition & 0 deletions CHANGELOGS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Change Logs
0.1.3
+++++

* :pr:`57`: implements GraphBuilder
* :pr:`49`: adds command line to export a model into code
* :pr:`48`: support for subgraph in light API
* :pr:`47`: extends export onnx to code to support inner API
Expand Down
16 changes: 16 additions & 0 deletions _doc/api/graph_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
========================
onnx_array_api.graph_api
========================


GraphBuilder
============

.. autoclass:: onnx_array_api.graph_api.GraphBuilder
:members:

OptimizationOptions
===================

.. autoclass:: onnx_array_api.graph_api.graph_builder.OptimizationOptions
:members:
1 change: 1 addition & 0 deletions _doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ API
:maxdepth: 1

array_api
graph_api
light_api
npx_core_api
npx_functions
Expand Down
Binary file not shown.
Loading