Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
doc
  • Loading branch information
xadupre committed Nov 9, 2023
commit 877a28f3985ba7bc08aea7b9a73442dd5c4aa78c
12 changes: 10 additions & 2 deletions _doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ The objective is to speed up the implementation of converter libraries.
CHANGELOGS
license

**Numpy API**
Numpy API
+++++++++

Sources available on
`github/onnx-array-api <https://github.com/sdpython/onnx-array-api>`_.
Expand Down Expand Up @@ -109,7 +110,8 @@ Sources available on
res = jitted_myloss(x, y)
print(to_dot(jitted_myloss.get_onnx()))

**Light API**
Light API
+++++++++

.. runpython::
:showcode:
Expand All @@ -135,3 +137,9 @@ Sources available on
)

print(onnx_simple_text_plot(model))


Older versions
++++++++++++++

* `0.1.2 <../v0.1.2/index.html>`_