File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ It supports eager mode as well:
113
113
l2_loss=[0.002]
114
114
[0.042]
115
115
116
- The second API ir **Light API ** tends to do every thing in one line.
116
+ The second API or **Light API ** tends to do every thing in one line.
117
117
The euclidean distance looks like the following:
118
118
119
119
::
Original file line number Diff line number Diff line change @@ -84,3 +84,20 @@ Translater
84
84
.. autoclass :: onnx_array_api.light_api.translate.Translater
85
85
:members:
86
86
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
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Python is not strongly typed and many different types can be used
8
8
to represent a value. Argument *axis * can be an integer or a tuple
9
9
(see `min from Array API
10
10
<https://data-apis.org/array-api/2022.12/API_specification/
11
- generated/array_api.min.html> `
11
+ generated/array_api.min.html> `_
12
12
for example). On the other side, `ReduceMin from ONNX
13
13
<https://onnx.ai/onnx/operators/onnx__ReduceMin.html> `_
14
14
is considered as a tensor.
You can’t perform that action at this time.
0 commit comments