Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sdpython merged 12 commits intomainfrombuilder
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsCHANGELOGS.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,7 @@ API
:maxdepth: 1

array_api
graph_api
light_api
npx_core_api
npx_functions
Expand Down
View file
Open in desktop
Binary file not shown.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp