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

Commit885dd6a

Browse files
authored
improve documentation (#50)
1 parent95a012f commit885dd6a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

‎README.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ It supports eager mode as well:
113113
l2_loss=[0.002]
114114
[0.042]
115115

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

119119
::

‎_doc/api/light_api.rst‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,20 @@ Translater
8484
..autoclass::onnx_array_api.light_api.translate.Translater
8585
:members:
8686

87+
Available operators
88+
===================
89+
90+
One input
91+
+++++++++
92+
93+
..autoclass::onnx_array_api.light_api._op_var.OpsVar
94+
:members:
95+
96+
Two inputs or more
97+
++++++++++++++++++
98+
99+
..autoclass::onnx_array_api.light_api._op_vars.OpsVars
100+
:members:
101+
102+
103+

‎_doc/tech/aapi.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python is not strongly typed and many different types can be used
88
to represent a value. Argument *axis* can be an integer or a tuple
99
(see `min from Array API
1010
<https://data-apis.org/array-api/2022.12/API_specification/
11-
generated/array_api.min.html>`
11+
generated/array_api.min.html>`_
1212
for example). On the other side, `ReduceMin from ONNX
1313
<https://onnx.ai/onnx/operators/onnx__ReduceMin.html>`_
1414
is considered as a tensor.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp