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

Improves documentation, fix README#50

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 1 commit intomainfromdocd
Nov 13, 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
2 changes: 1 addition & 1 deletionREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -113,7 +113,7 @@ It supports eager mode as well:
l2_loss=[0.002]
[0.042]

The second APIir **Light API** tends to do every thing in one line.
The second APIor **Light API** tends to do every thing in one line.
The euclidean distance looks like the following:

::
Expand Down
17 changes: 17 additions & 0 deletions_doc/api/light_api.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -84,3 +84,20 @@ Translater
..autoclass::onnx_array_api.light_api.translate.Translater
:members:

Available operators
===================

One input
+++++++++

..autoclass::onnx_array_api.light_api._op_var.OpsVar
:members:

Two inputs or more
++++++++++++++++++

..autoclass::onnx_array_api.light_api._op_vars.OpsVars
:members:



2 changes: 1 addition & 1 deletion_doc/tech/aapi.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ Python is not strongly typed and many different types can be used
to represent a value. Argument *axis* can be an integer or a tuple
(see `min from Array API
<https://data-apis.org/array-api/2022.12/API_specification/
generated/array_api.min.html>`
generated/array_api.min.html>`_
for example). On the other side, `ReduceMin from ONNX
<https://onnx.ai/onnx/operators/onnx__ReduceMin.html>`_
is considered as a tensor.
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp